This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new ee23f08 hide arrow in desktop
ee23f08 is described below
commit ee23f08723b59f207cf880b39aa17db87d5bfa33
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Oct 1 11:17:47 2019 +0200
hide arrow in desktop
---
_sass/sidebar.sass | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/_sass/sidebar.sass b/_sass/sidebar.sass
index 12ded91..fcf613a 100644
--- a/_sass/sidebar.sass
+++ b/_sass/sidebar.sass
@@ -201,6 +201,7 @@
opacity: .4
.toc-arrow-main
+ display: none
position: absolute
top: 32px
width: 26px
@@ -208,6 +209,10 @@
margin: 1px 38px
color: white
+@media screen and (max-width: 1160px)
+ .toc-arrow-main
+ display: block
+
.toc-arrow-rot
width: 26px
transform: rotateX(180deg)