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;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
grid-gap: 0.6em;
|
grid-gap: 0.6em;
|
||||||
|
font-size: 110%;
|
||||||
|
|
||||||
a, button {
|
a, button, div {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 2em;
|
width: 2em;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
padding: 0.6em;
|
||||||
|
margin: -0.6em;
|
||||||
|
|
||||||
|
&:hover .icon {
|
||||||
|
color: var(--textFaint);
|
||||||
|
}
|
||||||
|
|
||||||
&:not(:hover) .icon {
|
&:not(:hover) .icon {
|
||||||
color: var(--lightText);
|
color: var(--lightText);
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,12 @@
|
||||||
.other-actions {
|
.other-actions {
|
||||||
top: -0.6em;
|
top: -0.6em;
|
||||||
right: -0.6em;
|
right: -0.6em;
|
||||||
|
|
||||||
|
a, button, div {
|
||||||
|
width: 2em;
|
||||||
|
height: 2em;
|
||||||
|
line-height: 2em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-info {
|
.user-info {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue