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

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