Css fixes and add the ability to have a different name on the custom-compendium
This commit is contained in:
Vlyan
2023-08-19 12:36:13 +02:00
parent 9fa30444aa
commit b993914dcb
12 changed files with 66 additions and 33 deletions

View File

@@ -32,8 +32,7 @@ button {
overflow: initial;
height: calc(100% - 1.1rem);
top: 0.2rem;
width: 320px;
min-width: 40px;
min-width: 20rem;
letter-spacing: 0.1rem;
position: relative;
margin-right: 0.5rem;
@@ -172,6 +171,9 @@ button {
}
}
&.collapsed {
min-width: 0;
width: 3rem !important;
#sidebar-tabs {
> .item {
&.active {