🐛 Fix visual glitches in the comment dropdown at the dashboard (#5938)

This commit is contained in:
luisδμ 2025-02-25 09:17:42 +01:00 committed by GitHub
parent 2219d91e4d
commit 7f9a9ad774
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -1258,8 +1258,8 @@
[:div {:class (stl/css :cover)
:on-click on-click*}
[:div {:class (stl/css :location)}
[:> icon* {:icon-id "comments"
:class (stl/css :location-icon)}]
[:div {:class (stl/css :location-icon)}
[:> icon* {:icon-id "comments"}]]
[:div {:class (stl/css :location-text)}
(str "#" (:seqn item))
(str " " (:file-name item))

View file

@ -31,7 +31,7 @@
color: var(--comment-subtitle-color);
display: flex;
align-items: center;
gap: $s-8;
gap: $s-6;
}
.location-icon {

View file

@ -14,7 +14,6 @@
.thread-groups {
height: calc(100% - $s-32);
overflow-y: scroll;
max-height: $s-440;
overflow: auto;
}
@ -72,6 +71,7 @@
max-height: $s-480;
min-height: $s-200;
position: absolute;
overflow: hidden;
width: 100%;
z-index: $z-index-4;