diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-22 12:28:34 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-22 12:28:34 +0300 |
| commit | 456ad515988d7918ca64e429d50e21a969f77837 (patch) | |
| tree | 7572f52a25de97f1d7712d68c4a6871891945a8d /frontend/src/css/Dialog.css | |
| parent | frontend: await message (diff) | |
| download | lphub-456ad515988d7918ca64e429d50e21a969f77837.tar.gz lphub-456ad515988d7918ca64e429d50e21a969f77837.tar.bz2 lphub-456ad515988d7918ca64e429d50e21a969f77837.zip | |
frontend: dimmer fullscreen upload, change text
Diffstat (limited to 'frontend/src/css/Dialog.css')
| -rw-r--r-- | frontend/src/css/Dialog.css | 3 |
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 { |