This commit is contained in:
nin0 2025-04-16 13:34:24 -04:00
parent 80d0b4992c
commit 8ed804a5e6
Signed by: nin0
SSH key fingerprint: SHA256:NOoDnFVvZNFvqfXCIhzr6oCTDImZAbTTuyAysZ8Ufk8

View file

@ -13,7 +13,6 @@ const randomID = customClass || Math.random().toString().replace(".", "");
border-radius: 17px;
border: 1px solid var(--text);
position: absolute;
}
.title-bar {
.title-bar-text {
@ -45,7 +44,7 @@ const randomID = customClass || Math.random().toString().replace(".", "");
.window-body {
padding: 20px !important;
background-color: #1e1e2e;
border-radius: 0 0 20px 20px;
border-radius: 0 0 17px 17px;
}
@media (pointer: coarse) {
.window {