mini-player, header: make it persistent, add music page button and check current route
This commit is contained in:
parent
4b4044d689
commit
2ed650c3f4
11 changed files with 78 additions and 52 deletions
|
|
@ -79,13 +79,14 @@ navbar {
|
|||
|
||||
navbar-content {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
gap: 0.3rem;
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
padding: 4px 8px;
|
||||
border: 2px solid black;
|
||||
background: var(--win-bg-grey);
|
||||
border-color: #ffffff #808080 #808080 #ffffff;
|
||||
|
||||
&:has(input:checked) {
|
||||
background: #ff75a7;
|
||||
|
|
@ -94,8 +95,9 @@ navbar {
|
|||
}
|
||||
|
||||
&:active {
|
||||
border-color: #808080 #ffffff #ffffff #808080;
|
||||
border-color: #ffffff #808080 #808080 #ffffff;
|
||||
padding: 5px 7px 3px 9px;
|
||||
border-color: #808080 #ffffff #ffffff #808080;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue