mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix position of sidebar image when using custom windowbar
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
}
|
||||
|
||||
.image-container {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: var(--sidebar-image-height);
|
||||
height: var(--sidebar-image-height);
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user