mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix visual glitches in the comment dropdown at the dashboard (#5938)
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
color: var(--comment-subtitle-color);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: $s-8;
|
||||
gap: $s-6;
|
||||
}
|
||||
|
||||
.location-icon {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user