mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 06:08:24 +02:00
🎉 Add fullscreen handling to viewer.
This commit is contained in:
parent
d589f19be4
commit
242eef8427
7 changed files with 49 additions and 5 deletions
|
@ -5,7 +5,10 @@
|
|||
|
||||
&.fullscreen {
|
||||
.viewer-header {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.viewer-content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue