fix position of sidebar image when using custom windowbar

This commit is contained in:
jeffvli
2025-09-05 01:17:00 -07:00
parent e1e0670350
commit 229f9e984e
2 changed files with 6 additions and 2 deletions
@@ -27,7 +27,8 @@
}
.image-container {
position: relative;
position: absolute;
bottom: 0;
width: var(--sidebar-image-height);
height: var(--sidebar-image-height);
cursor: pointer;