diff options
| author | Bobby <[email protected]> | 2023-06-11 17:40:41 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-11 17:40:41 -0400 |
| commit | e8d456d75ad5f3b74fba1d087f73a41ba4f87773 (patch) | |
| tree | d4d1a9f73ad25ecd2c7ced08a865dee0d4eb8322 /static | |
| parent | ccbe2cfc6cc8fd90890930e72815ec7b898da37b (diff) | |
| download | thatcomputerscientist-e8d456d75ad5f3b74fba1d087f73a41ba4f87773.tar.xz thatcomputerscientist-e8d456d75ad5f3b74fba1d087f73a41ba4f87773.zip | |
Fix sidebar elements opacity on phones
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/phone_compatibility.css | 4 | ||||
| -rw-r--r-- | static/css/styles.css | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/static/css/phone_compatibility.css b/static/css/phone_compatibility.css index 231acb0d..c38112f6 100644 --- a/static/css/phone_compatibility.css +++ b/static/css/phone_compatibility.css @@ -117,6 +117,10 @@ I am not sure yet. opacity: 1 !important; } + #sidebar > div { + opacity: 1 !important; + } + #welcome { background: none !important; background-size: auto !important; diff --git a/static/css/styles.css b/static/css/styles.css index 95e597bf..bfa7719f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -365,7 +365,7 @@ blockquote { } .pa-btn { - margin: 0 2px 0 0; + margin: 0; display: inline-block; text-decoration: none; font-size: 11px; |
