forgot this one
This commit is contained in:
parent
87ce455ab2
commit
51f7b98316
5 changed files with 15 additions and 13 deletions
|
@ -28,7 +28,7 @@ $baseUrl = empty($external) ? '' : '//' . $_SERVER['HTTP_HOST'];
|
|||
<?php if(!empty($is_index) || !empty($do_fullscreen_header)): ?>
|
||||
<div class="header-now-playing header-now-playing-hidden">
|
||||
<div class="header-now-playing-icon" title="Now listening to...">
|
||||
<a href="/now-listening"><img src="https://mikoto.misaka.nl/i/1594148841-7yAS44p.png" alt=""/></a>
|
||||
<a href="/now-listening"><div class="fmi fmi-music"></div></a>
|
||||
</div>
|
||||
<div class="header-now-playing-cover">
|
||||
<img src="//now.flash.moe/resources/no-cover.png" alt=""/>
|
||||
|
|
|
@ -665,15 +665,16 @@ body {
|
|||
background-image: url('sprite.png');
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
background-size: 350px 25px;
|
||||
background-size: 375px 25px;
|
||||
}
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
|
||||
.fmi { background-image: url('sprite@2x.png'); background-size: 350px 25px; }
|
||||
.fmi { background-image: url('sprite@2x.png'); background-size: 375px 25px; }
|
||||
}
|
||||
.fmi.fmi-email { background-position: 350px 0px; }
|
||||
.fmi.fmi-flashii { background-position: 325px 0px; }
|
||||
.fmi.fmi-github { background-position: 300px 0px; }
|
||||
.fmi.fmi-lastfm { background-position: 275px 0px; }
|
||||
.fmi.fmi-email { background-position: 375px 0px; }
|
||||
.fmi.fmi-flashii { background-position: 350px 0px; }
|
||||
.fmi.fmi-github { background-position: 325px 0px; }
|
||||
.fmi.fmi-lastfm { background-position: 300px 0px; }
|
||||
.fmi.fmi-music { background-position: 275px 0px; }
|
||||
.fmi.fmi-n3ds { background-position: 250px 0px; }
|
||||
.fmi.fmi-osu { background-position: 225px 0px; }
|
||||
.fmi.fmi-patreon { background-position: 200px 0px; }
|
||||
|
|
|
@ -2,15 +2,16 @@
|
|||
background-image: url('sprite.png');
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
background-size: 350px 25px;
|
||||
background-size: 375px 25px;
|
||||
}
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
|
||||
.fmi { background-image: url('sprite@2x.png'); background-size: 350px 25px; }
|
||||
.fmi { background-image: url('sprite@2x.png'); background-size: 375px 25px; }
|
||||
}
|
||||
.fmi.fmi-email { background-position: 350px 0px; }
|
||||
.fmi.fmi-flashii { background-position: 325px 0px; }
|
||||
.fmi.fmi-github { background-position: 300px 0px; }
|
||||
.fmi.fmi-lastfm { background-position: 275px 0px; }
|
||||
.fmi.fmi-email { background-position: 375px 0px; }
|
||||
.fmi.fmi-flashii { background-position: 350px 0px; }
|
||||
.fmi.fmi-github { background-position: 325px 0px; }
|
||||
.fmi.fmi-lastfm { background-position: 300px 0px; }
|
||||
.fmi.fmi-music { background-position: 275px 0px; }
|
||||
.fmi.fmi-n3ds { background-position: 250px 0px; }
|
||||
.fmi.fmi-osu { background-position: 225px 0px; }
|
||||
.fmi.fmi-patreon { background-position: 200px 0px; }
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 20 KiB |
Loading…
Reference in a new issue