fix styling to be more in line with how akkoma-fe used to look before #403 in upstream

This commit is contained in:
notfire 2025-03-12 00:44:58 -04:00
parent 79ef3f87e5
commit 4a4644d42f
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16
2 changed files with 8 additions and 1 deletions

View file

@ -255,6 +255,10 @@ nav {
} }
} }
&.-scrollable:has(.user-panel) {
padding-left: calc(var(--___paddingIncrease) + var(--___columnMargin) / 999);
}
.panel-heading.-sticky { .panel-heading.-sticky {
top: calc(var(--columnGap) / -1); top: calc(var(--columnGap) / -1);
} }

View file

@ -185,6 +185,7 @@
// big one // big one
z-index: 1; z-index: 1;
line-height: 2em; line-height: 2em;
margin-top: -0.6em;
--emoji-size: 1.7em; --emoji-size: 1.7em;
@ -201,6 +202,7 @@
color: $fallback--lightText; color: $fallback--lightText;
color: var(--lightText, $fallback--lightText); color: var(--lightText, $fallback--lightText);
grid-area: hand; grid-area: hand;
font-size: 1.1em;
} }
.dailyAvg { .dailyAvg {
@ -255,13 +257,14 @@
text-align: start; text-align: start;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
margin-left: 0.6em; margin-left: 0.55em;
font-size: 1.1em; font-size: 1.1em;
grid-area: name; grid-area: name;
align-self: center; align-self: center;
white-space: nowrap; white-space: nowrap;
max-width: 100%; max-width: 100%;
z-index: 1; // so shadow from user avatar doesn't overlap it z-index: 1; // so shadow from user avatar doesn't overlap it
margin-top: -0.5em;
} }
.user-meta { .user-meta {