diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-28 11:43:38 +0100 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-28 11:43:38 +0100 |
| commit | 6fdc20a4db98531545badedf983a81a05f0ea450 (patch) | |
| tree | 69d314fd8fad33cc12c676617b5bc1c6ff066cce /frontend/src/css | |
| parent | refactor: uploadrundialog (diff) | |
| parent | backend: fix user completion count (diff) | |
| download | lphub-6fdc20a4db98531545badedf983a81a05f0ea450.tar.gz lphub-6fdc20a4db98531545badedf983a81a05f0ea450.tar.bz2 lphub-6fdc20a4db98531545badedf983a81a05f0ea450.zip | |
Merge branch 'typescript' of https://github.com/pektezol/LeastPortalsHub into typescript
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/Dialog.css | 3 | ||||
| -rw-r--r-- | frontend/src/css/UploadRunDialog.css | 7 |
2 files changed, 4 insertions, 6 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 { |
diff --git a/frontend/src/css/UploadRunDialog.css b/frontend/src/css/UploadRunDialog.css index b4667da..c783d2a 100644 --- a/frontend/src/css/UploadRunDialog.css +++ b/frontend/src/css/UploadRunDialog.css | |||
| @@ -13,7 +13,7 @@ div#upload-run{ | |||
| 13 | left: calc(50% + 160px); top: 130px; | 13 | left: calc(50% + 160px); top: 130px; |
| 14 | transform: translateX(-50%); | 14 | transform: translateX(-50%); |
| 15 | background-color: #2b2e46; | 15 | background-color: #2b2e46; |
| 16 | z-index: 2; color: white; | 16 | z-index: 3; color: white; |
| 17 | font-family: BarlowSemicondensed-SemiBold; | 17 | font-family: BarlowSemicondensed-SemiBold; |
| 18 | } | 18 | } |
| 19 | 19 | ||
| @@ -36,10 +36,9 @@ div#upload-run{ | |||
| 36 | position: absolute; | 36 | position: absolute; |
| 37 | background-color: black; | 37 | background-color: black; |
| 38 | opacity: .3; | 38 | opacity: .3; |
| 39 | left: 320px; | 39 | width: 100%; |
| 40 | width: calc(100% - 320px); | ||
| 41 | height: 100%; | 40 | height: 100%; |
| 42 | z-index: 2; | 41 | z-index: 3; |
| 43 | cursor: no-drop; | 42 | cursor: no-drop; |
| 44 | } | 43 | } |
| 45 | 44 | ||