mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-11 17:46:41 -05:00
Try new layout and a bunch of editor fixes
This commit is contained in:
@@ -29,6 +29,18 @@ html, body, #root {
|
||||
transition: background-color var(--transition-duration), border-color var(--transition-duration);
|
||||
}
|
||||
|
||||
/*.hide-scrollbar {*/
|
||||
/* &::-webkit-scrollbar-corner,*/
|
||||
/* &::-webkit-scrollbar {*/
|
||||
/* @apply w-[5px] h-[5px];*/
|
||||
/* background-color: transparent; !* or add it to the track *!*/
|
||||
/* }*/
|
||||
|
||||
/* &::-webkit-scrollbar-thumb {*/
|
||||
/* @apply bg-gray-100 bg-opacity-20 rounded-full;*/
|
||||
/* }*/
|
||||
/*}*/
|
||||
|
||||
@layer base {
|
||||
:root, [data-theme="light"] {
|
||||
/* Colors */
|
||||
|
||||
Reference in New Issue
Block a user