mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 02:38:22 +02:00
🎉 Add viewer fixes
This commit is contained in:
parent
d0af14c40f
commit
f5ad7dc2dc
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue