aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css/Dialog.css
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2024-10-28 11:43:38 +0100
committerWolfboy248 <georgejvindkarlsen@gmail.com>2024-10-28 11:43:38 +0100
commit6fdc20a4db98531545badedf983a81a05f0ea450 (patch)
tree69d314fd8fad33cc12c676617b5bc1c6ff066cce /frontend/src/css/Dialog.css
parentrefactor: uploadrundialog (diff)
parentbackend: fix user completion count (diff)
downloadlphub-6fdc20a4db98531545badedf983a81a05f0ea450.tar.gz
lphub-6fdc20a4db98531545badedf983a81a05f0ea450.tar.bz2
lphub-6fdc20a4db98531545badedf983a81a05f0ea450.zip
Merge branch 'typescript' of https://github.com/pektezol/LeastPortalsHub into typescript
Diffstat (limited to '')
-rw-r--r--frontend/src/css/Dialog.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/src/css/Dialog.css b/frontend/src/css/Dialog.css
index f16425d..47f070b 100644
--- a/frontend/src/css/Dialog.css
+++ b/frontend/src/css/Dialog.css
@@ -1,10 +1,9 @@
1.dimmer { 1.dimmer {
2 position: fixed; 2 position: fixed;
3 width: calc(100%); 3 width: 100%;
4 height: 100%; 4 height: 100%;
5 background-color: rgba(0, 0, 0, 0.5); 5 background-color: rgba(0, 0, 0, 0.5);
6 z-index: 4; 6 z-index: 4;
7 left: 0px;
8} 7}
9 8
10.dialog { 9.dialog {