Update Settings Shell.

This commit is contained in:
Bruce
2025-11-29 23:02:15 +08:00
parent cf50b09bf0
commit 5796fb40e1
41 changed files with 515 additions and 383 deletions
+8 -2
View File
@@ -121,7 +121,7 @@ aside.left {
left: 0px;
width: 300px;
box-sizing: border-box;
padding: 0;
padding: 0 1px 0 0;
background-color: rgb(20, 0, 68);
color: white;
}
@@ -157,11 +157,12 @@ aside .container ul li {
align-content: center;
justify-content: flex-start;
align-items: center;
transition: all 0.3s cubic-bezier(0.1, 0.9, 0.2, 1);
}
aside .container ul li.selected {
/* background-color: rgba(101, 38, 254, 0.61); */
background-color: rgba(95, 95, 95, 0.45);
background-color: rgba(170, 170, 170, 0.45);
}
aside .container ul li:hover {
@@ -171,12 +172,17 @@ aside .container ul li:hover {
aside .container ul li:active {
background-color: white;
color: black;
transform: scale(0.9594);
}
aside .container ul li:focus {
border: 1px solid white;
}
#back:disabled {
display: none;
}
.main.right {
position: absolute;
top: 0px;