made profile action buttons easier to press
This commit is contained in:
parent
518144f308
commit
b05ebeaed5
2 changed files with 14 additions and 1 deletions
|
|
@ -177,12 +177,19 @@
|
|||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-gap: 0.6em;
|
||||
font-size: 110%;
|
||||
|
||||
a, button {
|
||||
a, button, div {
|
||||
text-align: center;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
padding: 0.6em;
|
||||
margin: -0.6em;
|
||||
|
||||
&:hover .icon {
|
||||
color: var(--textFaint);
|
||||
}
|
||||
|
||||
&:not(:hover) .icon {
|
||||
color: var(--lightText);
|
||||
|
|
|
|||
|
|
@ -31,6 +31,12 @@
|
|||
.other-actions {
|
||||
top: -0.6em;
|
||||
right: -0.6em;
|
||||
|
||||
a, button, div {
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.user-info {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue