mirror of
https://github.com/danbee/tube-status-server
synced 2025-03-04 08:39:12 +00:00
Add new loader images.
This commit is contained in:
parent
84bd1dcd58
commit
c19e177496
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 12 KiB |
BIN
public/images/loader@2x.gif
Normal file
BIN
public/images/loader@2x.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
@ -1 +1 @@
|
|||||||
Subproject commit af449f01051cbdd11ef82adf60b6871d90676b8e
|
Subproject commit 4a83e32ff61d46c6e5baa7363afa84518ad7b977
|
||||||
@ -21,6 +21,9 @@ body {
|
|||||||
border-radius: 26px;
|
border-radius: 26px;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
display: none; }
|
display: none; }
|
||||||
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
|
||||||
|
#loader {
|
||||||
|
background: black url(/images/loader@2x.gif) center center no-repeat; } }
|
||||||
|
|
||||||
.header, header {
|
.header, header {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user