mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 19:08:31 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
a055a31286
46 changed files with 756 additions and 620 deletions
|
@ -30,7 +30,6 @@
|
|||
grid-row: 1 / span 2;
|
||||
grid-column: 1 / span 1;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-flow: wrap;
|
||||
overflow: auto;
|
||||
|
@ -72,8 +71,8 @@
|
|||
}
|
||||
|
||||
& .viewer-go-next {
|
||||
right: 0;
|
||||
padding-right: 29px;
|
||||
right: 8px;
|
||||
width: 46px;
|
||||
svg {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
@ -97,12 +96,13 @@
|
|||
|
||||
& .viewer-bottom {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
height: 50px;
|
||||
bottom: 8px;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
z-index: 2;
|
||||
|
||||
&.left-bar {
|
||||
width: calc(100% - 512px);
|
||||
|
@ -144,6 +144,8 @@
|
|||
}
|
||||
|
||||
& .viewer-wrapper {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -180,6 +182,7 @@
|
|||
top: 50px;
|
||||
width: 256px;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue