0
Fork 0
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:
Eva 2022-01-26 08:54:50 +01:00 committed by Alonso Torres
parent 50c20e2290
commit b2b3de2782
3 changed files with 5 additions and 5 deletions

View file

@ -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 {

View file

@ -8,7 +8,7 @@
.viewer-section {
height: calc(100vh - 48px);
&.fullscreen{
&.fullscreen {
height: 100vh;
}
grid-row: 1 / span 2;

View file

@ -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"