mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 03:08:29 +02:00
🐛 Fix closing of thumbnails panel in view mode
This commit is contained in:
parent
b534f5b736
commit
1773de88f5
7 changed files with 14 additions and 8 deletions
|
@ -17,7 +17,7 @@ $width-settings-bar: 16rem;
|
|||
}
|
||||
}
|
||||
|
||||
.fullscreen .handoff-layout {
|
||||
.fullscreen .handoff-layout:not(.force-visible) {
|
||||
.viewer-header {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.fullscreen .viewer-layout {
|
||||
.fullscreen .viewer-layout:not(.force-visible) {
|
||||
& .viewer-header {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue