Use svg for top-right zero button
This commit is contained in:
parent
03273527da
commit
3ffa3c2f79
2 changed files with 2 additions and 1 deletions
1
src/Ui/media/img/logo-white.svg
Normal file
1
src/Ui/media/img/logo-white.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg version="1.1" viewBox="0 0 2050 2050" xmlns="http://www.w3.org/2000/svg"><g fill="white"><path d="m299 1211v-787.6l725.7-423.4 725.3 420-175.34 325.7-549.86-340.7-373.5 221v381.2z"/><path d="m1749.4 842.6v787.6l-725.4 423.3-724.5-419.5 219.38-278.79 505.12 293.39 373.2-221.2v-381z"/><path d="M299.5 1634L1750 786.4V420L299 1267.4z"/></g></svg>
|
After Width: | Height: | Size: 350 B |
|
@ -38,7 +38,7 @@ else if (window.opener && window.opener.location.toString()) {
|
|||
|
||||
<!-- Fixed button -->
|
||||
<div class='fixbutton'>
|
||||
<div class='fixbutton-text'><img width=22 src='/uimedia/img/logo-white.png'/></div>
|
||||
<div class='fixbutton-text'><img width=30 src='/uimedia/img/logo-white.svg'/></div>
|
||||
<div class='fixbutton-burger'>≡</div>
|
||||
<a class='fixbutton-bg' href="{homepage}/"></a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue