diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-12-19 16:18:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-19 16:18:46 +0100 |
| commit | ba34f06c77aa93a862d9047be393696c0ececee7 (patch) | |
| tree | 2ed89c25b840af9d75655d7942778cb4b4cd388e /webAO/client.css | |
| parent | b07a069095ff06ecb3fada03e6228b4c13bb5bba (diff) | |
| parent | 9fc6fa6e2308c74394698645b652fbf579b02b88 (diff) | |
Merge pull request #29 from AttorneyOnline/async-loading
blips, shownames, charicons and async loading
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webAO/client.css b/webAO/client.css index 4ce37f0..b32a7cf 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -105,8 +105,11 @@ img { } .demothing { + display: block; height: 60px; width: 60px; + max-width: 60px; + max-height: 60px; margin: 3px; border: 1px solid #000; } @@ -421,6 +424,10 @@ img { filter: brightness(50%); } +.noini { + transform: rotate(180deg); +} + .hrtext { overflow: hidden; text-align: center; |
