big boy webui new new new new new 100 files changed 80 years

This commit is contained in:
legop3
2026-08-18 22:01:25 -04:00
parent 0f0f82e5f6
commit 737760ff56
79 changed files with 2714 additions and 388 deletions
+12 -28
View File
@@ -14,39 +14,23 @@ body {
@apply bg-black text-slate-100;
}
/*
Native scrollbar gutters consume meaningful width in the application's many
nested sidebars and logs. Hide only the browser chrome globally; overflow,
wheel, trackpad, touch, keyboard, and programmatic scrolling remain unchanged.
*/
html,
body {
scrollbar-width: thin;
scrollbar-color: rgba(148, 163, 184, 0.55) transparent;
}
body,
* {
scrollbar-width: thin;
scrollbar-color: rgba(148, 163, 184, 0.55) transparent;
scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
width: 2px;
height: 2px;
}
*::-webkit-scrollbar-track {
background: transparent;
}
*::-webkit-scrollbar-thumb {
background-color: rgba(148, 163, 184, 0.55);
border-radius: 9999px;
}
@supports (scrollbar-width: thin) {
@media (pointer: coarse) {
html,
body,
* {
scrollbar-width: none;
}
}
display: none;
width: 0;
height: 0;
}
@layer components {