Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
novafurry authored May 6, 2024
1 parent 2003178 commit 8e86d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ body, html{
background: rgba(14, 14, 14, 0.8) !important;
padding:15px !important;
backdrop-filter: blur(10px);
max-width: 100vw;
max-width: calc(100vw - 32px);
}
.ui-dialog *{color:white !important;}
.ui-widget-header{
Expand Down Expand Up @@ -126,4 +126,4 @@ body, html{
}
.ui-resizable-handle{
scale: 1.2;
}
}

0 comments on commit 8e86d87

Please sign in to comment.