mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
🎉 Add viewer fixes
This commit is contained in:
parent
81d9727d03
commit
f75ee48795
4 changed files with 4 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
.viewer-layout {
|
||||
display: grid;
|
||||
grid-template-rows: 40px auto;
|
||||
grid-template-rows: 48px auto;
|
||||
grid-template-columns: 1fr;
|
||||
user-select: none;
|
||||
|
||||
|
|
|
@ -167,7 +167,6 @@
|
|||
padding: $size-2;
|
||||
|
||||
svg {
|
||||
border-radius: 3px;
|
||||
fill: $color-black;
|
||||
margin-right: 8px;
|
||||
height: $size-3;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
background-color: $color-gray-50;
|
||||
border-bottom: 1px solid $color-gray-60;
|
||||
display: flex;
|
||||
height: 40px;
|
||||
height: 48px;
|
||||
padding: 0 $medium 0 55px;
|
||||
position: relative;
|
||||
z-index: 12;
|
||||
|
@ -23,7 +23,7 @@
|
|||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 40px;
|
||||
width: 48px;
|
||||
|
||||
a {
|
||||
height: 30px;
|
||||
|
@ -123,7 +123,7 @@
|
|||
align-items: center;
|
||||
|
||||
height: 100%;
|
||||
width: 40px;
|
||||
width: 48px;
|
||||
|
||||
svg {
|
||||
fill: $color-gray-20;
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
(def line-height (icon-xref :line-height))
|
||||
(def loader (icon-xref :loader))
|
||||
(def lock (icon-xref :lock))
|
||||
(def lock-open (icon-xref :lock-open))
|
||||
(def logo (icon-xref :uxbox-logo))
|
||||
(def logo-icon (icon-xref :uxbox-logo-icon))
|
||||
(def logout (icon-xref :logout))
|
||||
|
@ -140,7 +139,6 @@
|
|||
(def unchain (icon-xref :unchain))
|
||||
(def underline (icon-xref :underline))
|
||||
(def undo (icon-xref :undo))
|
||||
(def undo-history (icon-xref :undo-history))
|
||||
(def ungroup (icon-xref :ungroup))
|
||||
(def unlock (icon-xref :unlock))
|
||||
(def uppercase (icon-xref :uppercase))
|
||||
|
|
Loading…
Reference in a new issue