settings: remove badge note, add tooltips to them

change required and restart required badges to icons with tooltips, and
removed the note at the top of settings. As a result, the sidebar is
much thinner.
This commit is contained in:
Harvey Tindall
2025-11-25 17:13:43 +00:00
parent 442bdd2220
commit 3178ca7572
4 changed files with 38 additions and 22 deletions

View File

@@ -22,15 +22,17 @@
}
.tooltip.below .content {
top: 2.5rem;
left: 0;
top: calc(100% + 0.125rem);
left: 50%;
right: 0;
transform: translateX(-50%);
}
.tooltip.above .content {
bottom: 2.5rem;
left: 0;
bottom: calc(100% + 0.125rem);
left: 50%;
right: 0;
transform: translateX(-50%);
}
.tooltip.darker .content {