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)
|
[:div {:class (stl/css :cover)
|
||||||
:on-click on-click*}
|
:on-click on-click*}
|
||||||
[:div {:class (stl/css :location)}
|
[:div {:class (stl/css :location)}
|
||||||
[:> icon* {:icon-id "comments"
|
[:div {:class (stl/css :location-icon)}
|
||||||
:class (stl/css :location-icon)}]
|
[:> icon* {:icon-id "comments"}]]
|
||||||
[:div {:class (stl/css :location-text)}
|
[:div {:class (stl/css :location-text)}
|
||||||
(str "#" (:seqn item))
|
(str "#" (:seqn item))
|
||||||
(str " " (:file-name item))
|
(str " " (:file-name item))
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
color: var(--comment-subtitle-color);
|
color: var(--comment-subtitle-color);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: $s-8;
|
gap: $s-6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.location-icon {
|
.location-icon {
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
.thread-groups {
|
.thread-groups {
|
||||||
height: calc(100% - $s-32);
|
height: calc(100% - $s-32);
|
||||||
overflow-y: scroll;
|
|
||||||
max-height: $s-440;
|
max-height: $s-440;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
@@ -72,6 +71,7 @@
|
|||||||
max-height: $s-480;
|
max-height: $s-480;
|
||||||
min-height: $s-200;
|
min-height: $s-200;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: $z-index-4;
|
z-index: $z-index-4;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user