mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 11:34:02 +00:00
🐛 Fix viewer misalignment when expanding code tab
This commit is contained in:
parent
40349c8ece
commit
3421e6ef57
@ -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…
x
Reference in New Issue
Block a user