mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Fix viewer misalignment when expanding code tab
This commit is contained in:
parent
40349c8ece
commit
3421e6ef57
2 changed files with 4 additions and 3 deletions
|
@ -129,6 +129,7 @@ $width-settings-bar: 256px;
|
|||
overflow: hidden;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.inspect-svg-container {
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
}
|
||||
|
||||
& .viewer-go-next.right-bar {
|
||||
right: 264px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
& .viewer-go-prev {
|
||||
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
|
||||
& .viewer-go-prev.left-bar {
|
||||
left: 256px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
& .viewer-bottom {
|
||||
|
@ -111,7 +111,7 @@
|
|||
z-index: 2;
|
||||
|
||||
&.left-bar {
|
||||
width: calc(100% - 512px);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.reset {
|
||||
|
|
Loading…
Add table
Reference in a new issue