better buttons sizing
This commit is contained in:
parent
9e77071e77
commit
1fdb676eca
2 changed files with 3 additions and 1 deletions
|
|
@ -350,7 +350,7 @@
|
|||
.user-interactions {
|
||||
position: relative;
|
||||
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;
|
||||
|
||||
.popover-trigger-button, .moderation-tools-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue