nicolium: css tweaks

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-26 15:04:45 +01:00
parent 9964dbb3cc
commit f1c55e542d
2 changed files with 9 additions and 0 deletions

View File

@ -565,6 +565,11 @@ div[data-viewport-type='window']:has(.⁂-empty-message) {
}
}
.window-controls-overlay .-column__header {
-webkit-app-region: drag;
user-select: none;
}
.-emoji {
@apply transition-transform hover:scale-125;
}

View File

@ -383,6 +383,10 @@ body {
padding-top: 0;
}
}
@media (min-width: variables.$breakpoint-xl) {
padding-top: 0;
}
}
}