mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 16:01:38 +02:00
🐛 Fix visual glitches in the comment dropdown at the dashboard (#5938)
This commit is contained in:
parent
2219d91e4d
commit
7f9a9ad774
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue