logout & images

This commit is contained in:
kaipher7
2026-03-11 00:40:17 -06:00
parent 43dd602a48
commit b0c61d767c
11 changed files with 19 additions and 10 deletions
+11 -7
View File
@@ -90,15 +90,19 @@ body, html {
.sidebar-left .nav_icon {
height: 40px;
width: auto;
margin-top: 9px;
border-radius: 8px;
transition: transform 0.2s ease;
display: flex;
background: none;
border: none;
padding: 0;
cursor: pointer;
}
.sidebar-left .nav_icon:hover {
.sidebar-left .nav_icon img {
height: 40px;
width: auto;
border-radius: 8px;
transition: transform 0.2s ease;
}
.sidebar-left .nav_icon img:hover {
transform: scale(1.05);
}