Switches & Minor UI Improvements

This commit is contained in:
2026-04-23 11:57:56 +02:00
parent ee09a620d6
commit 87e0bcd929
7 changed files with 180 additions and 69 deletions
+12 -9
View File
@@ -145,22 +145,25 @@ samp,
.user-icon,
.avatar-tooltip .avatar,
.avatar-tooltip img {
border: 1px solid rgba(216, 194, 138, 0.2);
border: 1px solid rgba(216, 194, 138, 0.32);
box-shadow:
inset 0 1px 0 rgba(255, 238, 190, 0.18),
inset 0 -2px 4px rgba(0, 0, 0, 0.44),
0 0 0 1px rgba(24, 13, 19, 0.82),
0 6px 14px rgba(0, 0, 0, 0.34) !important;
filter: saturate(0.9) contrast(1.05);
inset 0 1px 0 rgba(255, 242, 204, 0.2),
inset 0 0 0 1px rgba(18, 15, 22, 0.58),
inset 0 -3px 6px rgba(0, 0, 0, 0.48),
0 0 0 1px rgba(53, 46, 49, 0.92),
0 0 0 2px rgba(124, 105, 62, 0.22),
0 7px 16px rgba(0, 0, 0, 0.36) !important;
filter: saturate(0.88) contrast(1.08);
}
.user-icon {
background-image:
radial-gradient(circle at 34% 22%, rgba(255, 238, 190, 0.2), transparent 26%),
linear-gradient(145deg, rgba(90, 58, 32, 0.42), rgba(44, 17, 34, 0.22)) !important;
radial-gradient(circle at 34% 22%, rgba(255, 238, 190, 0.22), transparent 25%),
linear-gradient(145deg, rgba(111, 86, 45, 0.36), rgba(30, 29, 34, 0.28) 42%, rgba(44, 17, 34, 0.2)) !important;
text-shadow:
0 1px 0 rgba(0, 0, 0, 0.78),
0 -1px 0 rgba(255, 238, 190, 0.12);
0 -1px 0 rgba(255, 238, 190, 0.16),
0 0 8px rgba(0, 0, 0, 0.24);
}
li[component="post"] .avatar,