Fix for graph view not highlighted when selected and change list card item icon arrow to 3 dots

This commit is contained in:
Peter Stockings
2024-12-26 21:39:36 +11:00
parent 64c1400465
commit 22535c66b7
2 changed files with 17 additions and 5 deletions

View File

@@ -648,6 +648,18 @@ video {
top: 1.25rem;
}
.bottom-0 {
bottom: 0px;
}
.left-0 {
left: 0px;
}
.right-0 {
right: 0px;
}
.z-10 {
z-index: 10;
}