mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
lighten display of menu links
This commit is contained in:
parent
9e1acd23aa
commit
37b400069b
@ -7047,3 +7047,9 @@ noscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.notifications-permission-banner{
|
||||||
|
padding: 2em;
|
||||||
|
.button{
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -76,3 +76,16 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// custom bliss
|
||||||
|
.navigation-panel{
|
||||||
|
.column-link{
|
||||||
|
span{
|
||||||
|
opacity: 0 ;
|
||||||
|
|
||||||
|
}
|
||||||
|
&:hover span{
|
||||||
|
opacity: 1;
|
||||||
|
transition: opacity ease 0.1s;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user