diff options
author | r <r@freesoftwareextremist.com> | 2019-12-25 04:32:56 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2019-12-25 04:32:56 +0000 |
commit | 1939d120cd1b022d4ba8dff5c4006e2fb8e14e62 (patch) | |
tree | 7c0e4e6cee293d7a2f351a7910a2a80ba8b019b8 /static | |
parent | f6f7b27e40f97ffe88323be01bea1d04ca39d6b0 (diff) | |
download | bloat-1939d120cd1b022d4ba8dff5c4006e2fb8e14e62.tar.gz bloat-1939d120cd1b022d4ba8dff5c4006e2fb8e14e62.zip |
Fix type in css
Diffstat (limited to 'static')
-rw-r--r-- | static/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/main.css b/static/main.css index 34614c8..99e2cf0 100644 --- a/static/main.css +++ b/static/main.css @@ -55,12 +55,12 @@ .status-emoji { height: 20px; margin-bottom: -4px; - witdth: auto; + width: auto; } .name-emoji { height: 20px; - witdth: auto; + width: auto; } .status-action { |