Increase Linux twisty size

This commit is contained in:
Adomas Venčkauskas 2021-04-23 13:03:30 +03:00 committed by Dan Stillman
parent a2062bf011
commit deaeb46ae8
2 changed files with 2 additions and 2 deletions

View file

@ -227,7 +227,7 @@
.spacer-twisty {
display: inline-block;
min-width: 8px;
min-width: 13px;
}
.twisty {

View file

@ -5,7 +5,7 @@
.twisty {
padding-inline-end: 3px;
svg {
width: 5px;
width: 10px;
}
}
}