chore(mobile/tree): slightly bigger expanders

This commit is contained in:
Elian Doran 2026-02-04 13:29:45 +02:00
parent 671a05470e
commit 66e0f1ab19
No known key found for this signature in database
2 changed files with 0 additions and 15 deletions

View File

@ -67,12 +67,7 @@ const FANCYTREE_CSS = `
padding-inline-start: 10px;
}
.fancytree-custom-icon {
font-size: 2em;
}
.fancytree-title {
font-size: 1.5em;
margin-inline-start: 0.6em !important;
}
@ -80,10 +75,6 @@ const FANCYTREE_CSS = `
padding: 5px;
}
.fancytree-node .fancytree-expander:before {
font-size: 2em !important;
}
span.fancytree-expander {
width: 24px !important;
margin-inline-end: 5px;

View File

@ -739,12 +739,6 @@ body[dir=rtl] #left-pane span.fancytree-node.protected > span.fancytree-custom-i
transform: translateX(-25%);
}
body.mobile .fancytree-expander::before,
body.mobile .fancytree-title,
body.mobile .fancytree-node > span {
font-size: 1rem !important;
}
@media (max-width: 991px) {
body.mobile #mobile-sidebar-container {
background-color: rgba(0, 0, 0, 0.5);