feat: Add border-radius for window on linux

This commit is contained in:
MystiPanda
2024-03-13 13:58:29 +08:00
parent df2f102d9e
commit 9b2c8fa25d
7 changed files with 21 additions and 11 deletions

View File

@@ -47,11 +47,11 @@ body {
@import "./page.scss";
@import "./font.scss";
@media (prefers-color-scheme: dark) {
:root {
background-color: rgba(18, 18, 18, 1);
}
}
// @media (prefers-color-scheme: dark) {
// :root {
// background-color: rgba(18, 18, 18, 1);
// }
// }
.user-none {
user-select: none;

View File

@@ -94,7 +94,7 @@
// position: absolute;
// top: 0px;
// right: 0px;
height: 24px;
height: 36px;
display: flex;
// align-items: center;
justify-content: end;