fix
This commit is contained in:
parent
80d0b4992c
commit
8ed804a5e6
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ const randomID = customClass || Math.random().toString().replace(".", "");
|
||||||
border-radius: 17px;
|
border-radius: 17px;
|
||||||
border: 1px solid var(--text);
|
border: 1px solid var(--text);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
}
|
}
|
||||||
.title-bar {
|
.title-bar {
|
||||||
.title-bar-text {
|
.title-bar-text {
|
||||||
|
@ -45,7 +44,7 @@ const randomID = customClass || Math.random().toString().replace(".", "");
|
||||||
.window-body {
|
.window-body {
|
||||||
padding: 20px !important;
|
padding: 20px !important;
|
||||||
background-color: #1e1e2e;
|
background-color: #1e1e2e;
|
||||||
border-radius: 0 0 20px 20px;
|
border-radius: 0 0 17px 17px;
|
||||||
}
|
}
|
||||||
@media (pointer: coarse) {
|
@media (pointer: coarse) {
|
||||||
.window {
|
.window {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue