diff options
| author | sD <stoned@derpymail.org> | 2020-04-13 19:13:02 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-13 19:13:02 +0200 |
| commit | b944d2157d28de12fabd1ebd11dab44c3ce138ef (patch) | |
| tree | 3abc06dc3dade62cf694e41c94973029a3910a0e /webAO/styles/client.css | |
| parent | b8d464b445ecec562d636eafb95f13ce4706bfbc (diff) | |
fix nonexistant char icons being below the others
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 4063b67..4c15f93 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -126,6 +126,7 @@ max-height: 60px; margin: 3px; border: 1px solid #000; + vertical-align: top; } #client_icwrapper { |
