(wiki) styles

This commit is contained in:
Maciej Jur 2023-06-08 16:14:54 +02:00
parent ed7c62fdf1
commit afe7c4760e

View file

@ -2,7 +2,7 @@
position: relative; position: relative;
max-height: 100vh; max-height: 100vh;
padding: 1em; padding: 1em;
overflow-y: scroll; overflow-y: auto;
&__icon { &__icon {
max-height: 1.5em; max-height: 1.5em;
@ -43,8 +43,9 @@
border-left: 1px solid lightgray; border-left: 1px solid lightgray;
} }
} }
// &-list-item { &-list-item {
// } margin-block: 0.25em;
}
&-list-text { &-list-text {
padding-inline: 0.25em; padding-inline: 0.25em;
text-decoration: unset; text-decoration: unset;