made profile action buttons easier to press

This commit is contained in:
Henry Jameson 2025-07-30 00:29:46 +03:00
commit b05ebeaed5
2 changed files with 14 additions and 1 deletions

View file

@ -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);