better interaction buttons. can't get them quite right - limitation of html?
This commit is contained in:
parent
ea3e054c21
commit
fc90a92ecf
1 changed files with 8 additions and 6 deletions
|
|
@ -163,7 +163,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0.6em;
|
margin: 0.6em;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
text-align: right;
|
text-align: left;
|
||||||
|
|
||||||
.user-identity {
|
.user-identity {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -409,11 +409,13 @@
|
||||||
|
|
||||||
.user-interactions {
|
.user-interactions {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(5em, 40%));
|
flex-wrap: wrap;
|
||||||
grid-gap: 0.6em;
|
gap: 0.6em;
|
||||||
max-width: 98vw;
|
|
||||||
margin-bottom: 0.6em;
|
> * {
|
||||||
|
flex: 0 0 10%;
|
||||||
|
}
|
||||||
|
|
||||||
.popover-trigger-button, .moderation-tools-button {
|
.popover-trigger-button, .moderation-tools-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue