This commit is contained in:
2026-04-09 11:23:26 +02:00
parent c5bc817efe
commit 9baab3d3bc
18 changed files with 489 additions and 37 deletions

View File

@@ -1,4 +1,22 @@
/* You can add global styles to this file, and also import other style files */
.drag-active * {
pointer-events: none;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: var(--tui-background-neutral-2-pressed);
border-radius: 10px;
}
body {
margin: 0;
padding: 0;