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