mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 15:51:39 +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)
|
||||
: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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue