aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar niu tech <jerzyglowacki@gmail.com>2021-09-15 10:39:27 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-15 10:39:27 +0200
commite2f440ff2dd5179e2d9bc8dea119fc4fe7c562a1 (patch)
tree2f8a1e012c4c13b2c3e7eb243277bef951b67378 /src/styles/layout.scss
parentdocs: fix link in bug_report template [skip ci] (diff)
downloadferdium-app-e2f440ff2dd5179e2d9bc8dea119fc4fe7c562a1.tar.gz
ferdium-app-e2f440ff2dd5179e2d9bc8dea119fc4fe7c562a1.tar.zst
ferdium-app-e2f440ff2dd5179e2d9bc8dea119fc4fe7c562a1.zip
Enable Split View Mode (#1926)
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 49e041022..b5d4d86d0 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -82,6 +82,10 @@ body.win32:not(.isFullScreen) .app .app__content {
82 height: calc(100% - 28px); 82 height: calc(100% - 28px);
83} 83}
84 84
85.mode__split .app .app__service {
86 overflow-x: auto;
87}
88
85.app { 89.app {
86 .app__content { 90 .app__content {
87 display: flex; 91 display: flex;