mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
🐛 fix typo in zoom options
This commit is contained in:
parent
50c20e2290
commit
b2b3de2782
3 changed files with 5 additions and 5 deletions
|
@ -50,14 +50,14 @@ $width-settings-bar: 16rem;
|
|||
.handoff-layout {
|
||||
.viewer-section {
|
||||
flex-wrap: nowrap;
|
||||
&.fullscreen{
|
||||
&.fullscreen {
|
||||
.settings-bar,
|
||||
.settings-bar {
|
||||
padding-top:48px;
|
||||
padding-top: 48px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.settings-bar {
|
||||
transition: width 0.2s;
|
||||
&.expanded {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
.viewer-section {
|
||||
height: calc(100vh - 48px);
|
||||
&.fullscreen{
|
||||
&.fullscreen {
|
||||
height: 100vh;
|
||||
}
|
||||
grid-row: 1 / span 2;
|
||||
|
|
|
@ -2135,7 +2135,7 @@ msgstr "View mode (%s)"
|
|||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.zoom-fill"
|
||||
msgstr "Fill -Scale to fill"
|
||||
msgstr "Fill - Scale to fill"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.zoom-fit"
|
||||
|
|
Loading…
Reference in a new issue