better buttons sizing
This commit is contained in:
parent
9e77071e77
commit
1fdb676eca
2 changed files with 3 additions and 1 deletions
|
|
@ -208,6 +208,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.moderation-tools-button {
|
.moderation-tools-button {
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
i {
|
i {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
|
|
||||||
|
|
@ -350,7 +350,7 @@
|
||||||
.user-interactions {
|
.user-interactions {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(17%, 7em));
|
grid-template-columns: repeat(auto-fill, minmax(17%, min-content));
|
||||||
grid-gap: 0.6em;
|
grid-gap: 0.6em;
|
||||||
|
|
||||||
.popover-trigger-button, .moderation-tools-button {
|
.popover-trigger-button, .moderation-tools-button {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue