chore(release): 0.5.0 #13

Merged
pufereq merged 33 commits from release/0.5.0 into main 2026-02-28 22:48:50 +00:00
8 changed files with 539 additions and 381 deletions
Showing only changes of commit b652db930f - Show all commits

View File

@@ -223,3 +223,31 @@ header a {
border-radius: 1rem; border-radius: 1rem;
opacity: 0.8; opacity: 0.8;
} }
#no-connection-icon {
font-size: 1.5rem;
vertical-align: middle;
color: var(--ctp-red);
}
ul#client-list {
list-style: none;
display: flex;
flex-direction: column;
}
ul#client-list li {
padding: 0 0.5rem;
cursor: default;
}
ul#client-list li:hover {
background-color: var(--ctp-surface0);
}
ul#client-list li a {
display: block;
color: var(--ctp-text);
text-decoration: none;
transition: 0.1s ease-in-out;
}