diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-11-01 17:56:47 +0100 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-11-01 17:56:47 +0100 |
| commit | cd80c6aa224b4dbdda7f31bb0d93ce8fda8fcf81 (patch) | |
| tree | 109978f9f9ecf5fddcd6a584bd435982c99b921f /frontend/src/css/UploadRunDialog.css | |
| parent | frontend: uploadrundialog.tsx (diff) | |
| download | lphub-cd80c6aa224b4dbdda7f31bb0d93ce8fda8fcf81.tar.gz lphub-cd80c6aa224b4dbdda7f31bb0d93ce8fda8fcf81.tar.bz2 lphub-cd80c6aa224b4dbdda7f31bb0d93ce8fda8fcf81.zip | |
frontend: uploadrundialog
Diffstat (limited to '')
| -rw-r--r-- | frontend/src/css/UploadRunDialog.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/css/UploadRunDialog.css b/frontend/src/css/UploadRunDialog.css index 78fca5e..f129bb8 100644 --- a/frontend/src/css/UploadRunDialog.css +++ b/frontend/src/css/UploadRunDialog.css | |||
| @@ -51,6 +51,7 @@ div#upload-run{ | |||
| 51 | .upload-run-dropdown-container .dropdown-cur { | 51 | .upload-run-dropdown-container .dropdown-cur { |
| 52 | user-select: none; | 52 | user-select: none; |
| 53 | cursor: pointer; | 53 | cursor: pointer; |
| 54 | width: 240px; | ||
| 54 | } | 55 | } |
| 55 | 56 | ||
| 56 | .upload-run-dropdown { | 57 | .upload-run-dropdown { |
| @@ -64,7 +65,7 @@ div#upload-run{ | |||
| 64 | animation: dropdown-in 0.2s ease; | 65 | animation: dropdown-in 0.2s ease; |
| 65 | max-height: 300px; | 66 | max-height: 300px; |
| 66 | overflow-y: scroll; | 67 | overflow-y: scroll; |
| 67 | width: 400px; | 68 | width: 260px; |
| 68 | } | 69 | } |
| 69 | 70 | ||
| 70 | .upload-run-dropdown div { | 71 | .upload-run-dropdown div { |