diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-12-19 16:21:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-19 16:21:26 +0100 |
| commit | 2b5a66ded5bbb868b1e78c7295ef0a869a5af53d (patch) | |
| tree | 87a06fd501cf73ddfb7b1e098c1d8ea0c030af4f /webAO/client.css | |
| parent | bf15ff1b5df6877c14011ebe7f5ca8b7d4b8f060 (diff) | |
| parent | ba34f06c77aa93a862d9047be393696c0ececee7 (diff) | |
Merge branch 'master' into delete-bb
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; |
