Edit sidebar navigation links style

This commit is contained in:
Paul Nicoué 2022-11-23 11:58:30 +01:00
parent d0310f35b8
commit 5e4b34ee0d
2 changed files with 2 additions and 8 deletions

View file

@ -100,19 +100,13 @@ body {
max-width: 100%; max-width: 100%;
} }
.sidebar__nav-item {
+ .sidebar__nav-item {
margin: 0.2rem 0 0 0;
}
}
.sidebar__nav-link { .sidebar__nav-link {
display: inline-block; display: inline-block;
max-width: 100%; max-width: 100%;
overflow-x: hidden; overflow-x: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
font-weight: var(--bold-font-weight);
transition: color 200ms ease-in-out; transition: color 200ms ease-in-out;
&--white { &--white {

File diff suppressed because one or more lines are too long