mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-03-10 04:21:06 +00:00
update menu position
This commit is contained in:
parent
1cd252b610
commit
8e204312e0
@ -354,6 +354,11 @@ a:visited.background-color-hover-night-light:hover {
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
.padding-y-24-px {
|
||||
padding-top: 24px;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
.margin-l-4-px {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="padding-y-6-px margin-y-16-px margin-l--48-px position-fixed">
|
||||
<div class="padding-y-24-px margin-y-16-px margin-l--48-px position-fixed">
|
||||
{% if route == 'torrent_recent' %}
|
||||
<span class="padding-8-px display-block cursor-default" title="{{ 'Home' | trans }}">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" viewBox="0 0 16 16">
|
||||
|
Loading…
x
Reference in New Issue
Block a user