diff options
| author | Bobby <[email protected]> | 2023-06-04 19:22:05 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-04 19:22:05 -0400 |
| commit | 38bf86a3dace8ada9898bf624e67c404a6746286 (patch) | |
| tree | 7c6cc112c2eb5e46e02705f18371541ee04e1015 /static/css | |
| parent | 05f7193fea5bd741d77d21b8ddeb7028c52d614f (diff) | |
| download | thatcomputerscientist-38bf86a3dace8ada9898bf624e67c404a6746286.tar.xz thatcomputerscientist-38bf86a3dace8ada9898bf624e67c404a6746286.zip | |
General UX Improvements
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/phone_compatibility.css | 4 | ||||
| -rw-r--r-- | static/css/styles.css | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/static/css/phone_compatibility.css b/static/css/phone_compatibility.css index 63b4a7e4..d26ba439 100644 --- a/static/css/phone_compatibility.css +++ b/static/css/phone_compatibility.css @@ -257,11 +257,11 @@ I am not sure yet. float: none !important; } - #anonymous-profile-info > div > label { + #anonymous-profile-info > div > label, #anonymous-profile-info > #creds > div > label { display: block; } - #anonymous-profile-info > div > input { + #anonymous-profile-info > div > input, #anonymous-profile-info > #creds > div > input { width: calc(100% - 20px); display: block; margin: 10px 0; diff --git a/static/css/styles.css b/static/css/styles.css index 2b01ba16..f49bbf44 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -36,7 +36,8 @@ textarea { left: 0; right: 0; bottom: 0; - background-color: rgba(0, 0, 0, 0.8); + background-color: black; + opacity: 0.8; z-index: -1; } @@ -444,16 +445,16 @@ blockquote { z-index: 1; } -#anonymous-profile-info > div { +#anonymous-profile-info > div, #anonymous-profile-info > #creds > div { margin: 10px 0; } -#anonymous-profile-info > div > label { +#anonymous-profile-info > div > label, #anonymous-profile-info > #creds > div > label { width: 200px; display: inline-block; } -#anonymous-profile-info > div > input { +#anonymous-profile-info > div > input, #anonymous-profile-info > #creds > div > input { width: 300px; display: inline-block; } |
