diff options
| author | Bobby <[email protected]> | 2023-06-04 22:16:43 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-04 22:16:43 -0400 |
| commit | 27c29e7084d13960eb692aff87cdc91e53fc4809 (patch) | |
| tree | f2622d5aa5cde65ee5bd7775c9084439027e2cef /static/css | |
| parent | bb0767641d548a16a8ccab871ffcf8c3f17acfda (diff) | |
| download | thatcomputerscientist-27c29e7084d13960eb692aff87cdc91e53fc4809.tar.xz thatcomputerscientist-27c29e7084d13960eb692aff87cdc91e53fc4809.zip | |
Update status icons and fix broken commenting
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 50672ddf..8408cd10 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -56,7 +56,10 @@ a, img.little-staus { height: 24px; + border-radius: 50%; position: relative; + top: -18px; + left: 28px; } #fake-banner-ad { |
