From 093b2f42c4efc1f679ec742e0a28145171127782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Thu, 23 May 2019 11:06:21 +0200 Subject: Generate with all sections --- app/assets/stylesheets/page_bundles/xterm.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/page_bundles/xterm.scss b/app/assets/stylesheets/page_bundles/xterm.scss index de3f2a1177d..96df5789eba 100644 --- a/app/assets/stylesheets/page_bundles/xterm.scss +++ b/app/assets/stylesheets/page_bundles/xterm.scss @@ -1452,4 +1452,23 @@ .xterm-fg-255 { color: $xterm-fg-255; } + + .section-start + p { + cursor: pointer; + } + + .section-start { + width: 1rem; + }; + + .section.line { + padding-left: 0.5rem; + margin-left: 0.5rem; + } + + .section.not-used:not(.section-header):not(.open) { + display: none; + height: 0; + min-height: 0; + } } -- cgit v1.2.1