texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Per Bothner
Date: Thu, 29 Apr 2021 11:52:08 -0400 (EDT)

branch: master
commit e121d5a232ce16bf194c0350edf36e2fa5e5c7bf
Author: Per Bothner <per@bothner.com>
AuthorDate: Thu Apr 29 08:46:06 2021 -0700

    js/info.css: Style hide-sidebar buttom vertically.
---
 ChangeLog   |  4 ++++
 js/info.css | 13 +++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 853a960..a96b18d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-04-29  Per Bothner  <per@bothner.com>
+
+       * js/info.css: Style hide-sidebar buttom vertically.
+
 2021-04-28  Per Bothner  <per@bothner.com>
 
        * js/info.js: Change auto-hide of sidebar in narrow windows.
diff --git a/js/info.css b/js/info.css
index 48145b2..d8d20e1 100644
--- a/js/info.css
+++ b/js/info.css
@@ -42,6 +42,19 @@ div.toc-sidebar {
     bottom: 2.8ex;
 }
 
+.toc-sidebar header {
+    display: flex;
+    align-items: flex-start;
+}
+
+.sidebar-hider span.hide-icon {
+    display: block;
+}
+.sidebar-hider span.hide-text {
+    display: block;
+    writing-mode: vertical-rl
+}
+
 .sidebar-hider {
     display: inline;
     padding: 2px;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]