mirror of
https://github.com/penpot/penpot.git
synced 2025-03-18 10:41:29 -05:00
🐛 Fix rotate icons in comments
This commit is contained in:
parent
df43912fe5
commit
162e7a56d6
3 changed files with 4 additions and 5 deletions
|
@ -128,7 +128,7 @@
|
|||
[:span {:class (stl/css :mode-label)} (case (:mode local)
|
||||
(nil :all) (tr "labels.show-all-comments")
|
||||
:yours (tr "labels.show-your-comments"))]
|
||||
[:div {:class (stl/css :icon)} i/arrow-refactor]]
|
||||
[:div {:class (stl/css :arrow-icon)} i/arrow-refactor]]
|
||||
|
||||
[:& dropdown {:show options?
|
||||
:on-close #(reset! state* false)}
|
||||
|
|
|
@ -64,9 +64,8 @@
|
|||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.icon {
|
||||
.arrow-icon {
|
||||
@include flexCenter;
|
||||
padding-right: 8px;
|
||||
height: $s-24;
|
||||
width: $s-24;
|
||||
svg {
|
||||
|
@ -78,7 +77,7 @@
|
|||
|
||||
.comment-mode-dropdown {
|
||||
@extend .dropdown-wrapper;
|
||||
top: $s-80;
|
||||
top: $s-92;
|
||||
left: $s-12;
|
||||
width: $s-256;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
justify-content: space-between;
|
||||
height: $s-32;
|
||||
min-height: $s-32;
|
||||
margin: $s-4 0 $s-4 $s-8;
|
||||
margin: $s-8 0 $s-4 $s-8;
|
||||
padding-right: $s-8;
|
||||
|
||||
&.search {
|
||||
|
|
Loading…
Add table
Reference in a new issue