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