mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 02:05:22 -04:00
Fix sidebar brand text clipping (#362)
This commit is contained in:
+2
-1
@@ -546,11 +546,12 @@ body.bg-pattern-sparkles {
|
|||||||
.sidebar-brand-title {
|
.sidebar-brand-title {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
line-height: 1.35;
|
||||||
color: var(--brand-color, var(--red));
|
color: var(--brand-color, var(--red));
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 0;
|
||||||
left: -10px;
|
left: -10px;
|
||||||
}
|
}
|
||||||
.sidebar-sep {
|
.sidebar-sep {
|
||||||
|
|||||||
Reference in New Issue
Block a user