mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -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,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;
|
||||
|
|
|
@ -2111,7 +2111,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…
Add table
Reference in a new issue