1
0
forked from PGL/Clyde

Merge remote-tracking branch 'origin/master' into tonitch/feat/notifications

This commit is contained in:
2024-04-21 20:19:17 +02:00
53 changed files with 3802 additions and 215 deletions

View File

@ -237,6 +237,7 @@ window.addEventListener('hashchange', () => {
.text {
right: 0%;
width: 0%;
visibility: collapse;
opacity: 0;
color: white;
font-size: 1.2em;
@ -245,7 +246,8 @@ window.addEventListener('hashchange', () => {
}
ul.vertical:hover .text {
opacity: 1;
opacity:1;
visibility:visible;
width: 60%;
transition-duration: .3s;
padding-left: 15px;