diff options
| author | Bobby <[email protected]> | 2023-07-05 02:03:33 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-05 02:03:33 -0400 |
| commit | e74e15353172e0ae1bf3bb6d463e886f359f4030 (patch) | |
| tree | a77eb3002c35df981cf8643da6a5ccbf3b94af77 /static/css | |
| parent | b2099c9dcedc713cc7ff3f9be253b7b218f7fb72 (diff) | |
| download | thatcomputerscientist-e74e15353172e0ae1bf3bb6d463e886f359f4030.tar.xz thatcomputerscientist-e74e15353172e0ae1bf3bb6d463e886f359f4030.zip | |
Added My Anime List
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 6ae81a7e..ceefb21d 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -18,6 +18,11 @@ body { display: none !important; } +.iframe-loader { + background: url('../images/site/icons/loading-fast.gif') no-repeat top center; + background-size: 30%; +} + font:hover, .VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q { background: none !important; box-shadow: none !important; |
