Improved sidebar, Added misc rules and options

Update index.php, sidebar.php, and 6 more files...
This commit is contained in:
2024-11-21 18:20:19 +01:00
parent b4dce500fe
commit d584aa9732
8 changed files with 188 additions and 137 deletions

View File

@@ -21,12 +21,20 @@
.w-half {
width: 50%;
}
.wm-half {
max-width: 50%;
}
.h-half {
height: 50%;
}
.hm-half {
max-height: 50%;
}
// Pixels Sizing (Deprecated, disabled by default, use custom rules !)
// Pixels Sizing
// These rules are deprecated and disabled by default.
// You should preferably use custom site-specific or app-specific rules instead !
@if($add-px-sizing-rules) {
// 50, 100, ..., 250 px
@for $_ from 1 through 5 {

View File

@@ -166,3 +166,7 @@ s, .t-strikethrough {
// Should be 35% TBH
opacity: 45%;
}
.t-noselect {
user-select: none;
}