diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-29 11:45:00 +0100 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-29 11:45:00 +0100 |
| commit | 4d842995f4067058b21729aab6139cd388c36353 (patch) | |
| tree | 31fc780b4c1981a72f8dd67c6c116b051bee404d /frontend/src/css/Dialog.css | |
| parent | refactor: upload run dialog, useMessage update, added loader spinner (diff) | |
| download | lphub-4d842995f4067058b21729aab6139cd388c36353.tar.gz lphub-4d842995f4067058b21729aab6139cd388c36353.tar.bz2 lphub-4d842995f4067058b21729aab6139cd388c36353.zip | |
refactor: loader dialog, uploadrundialog update, touchups
Diffstat (limited to 'frontend/src/css/Dialog.css')
| -rw-r--r-- | frontend/src/css/Dialog.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/frontend/src/css/Dialog.css b/frontend/src/css/Dialog.css index 47f070b..fc557d2 100644 --- a/frontend/src/css/Dialog.css +++ b/frontend/src/css/Dialog.css | |||
| @@ -1,11 +1,21 @@ | |||
| 1 | .dimmer { | 1 | .dimmer { |
| 2 | position: fixed; | 2 | position: fixed; |
| 3 | width: 100%; | 3 | /* WHAT A SCHTUPID ACTION */ |
| 4 | width: 200%; | ||
| 4 | height: 100%; | 5 | height: 100%; |
| 5 | background-color: rgba(0, 0, 0, 0.5); | 6 | background-color: rgba(0, 0, 0, 0.5); |
| 6 | z-index: 4; | 7 | z-index: 4; |
| 7 | } | 8 | } |
| 8 | 9 | ||
| 10 | .dialog-container { | ||
| 11 | position: absolute; | ||
| 12 | top: 0px; | ||
| 13 | left: -350px; | ||
| 14 | width: 100%; | ||
| 15 | height: 100%; | ||
| 16 | z-index: 10000; | ||
| 17 | } | ||
| 18 | |||
| 9 | .dialog { | 19 | .dialog { |
| 10 | position: fixed; | 20 | position: fixed; |
| 11 | z-index: 4; | 21 | z-index: 4; |
| @@ -82,4 +92,4 @@ | |||
| 82 | transform: translate(-50%, calc(-50%)); | 92 | transform: translate(-50%, calc(-50%)); |
| 83 | opacity: 1; | 93 | opacity: 1; |
| 84 | } | 94 | } |
| 85 | } \ No newline at end of file | 95 | } |