fix sidebar image height when using Windows or macOS window bar

This commit is contained in:
jeffvli
2025-06-25 08:59:36 -07:00
parent b989a66991
commit ac0c396712
2 changed files with 21 additions and 2 deletions
@@ -24,6 +24,7 @@
.image-container {
position: relative;
width: var(--sidebar-image-height);
height: var(--sidebar-image-height);
cursor: pointer;
animation: fade-in 0.2s ease-in-out;