make sure the menu drawer does not overflow the screen and the x in its title bar...
[lantea.git] / style / lantea.css
index fd7ff623f5e0e04ccd87fa7e2917bf3a2229c03d..36aef545d4d4539e1e58d1db969d86e814ec7ca8 100644 (file)
@@ -114,6 +114,7 @@ h1 {
   bottom: 0;
   left: calc(-40ch - 1ch); /* account for padding */
   width: 40ch;
+  max-width: 95%; /* make sure we don't overflow the screen */
   background-color: rgba(15, 15, 15, .9);
   color: #CCCCCC;
   border: 0;
@@ -156,6 +157,17 @@ h1 {
   height: 1.2em;
 }
 
+/* For optical conveniece, display an "x" for closing. */
+.menuDrawer > h2:after {
+  content: '\00D7'; /* multiplication sign */
+  display: inline-block;
+  vertical-align: text-top;
+  float: right;
+  margin-top: 0;
+  margin-right: .2em;
+  font-size: .75em;
+}
+
 /* Custom checkbox design */
 .menuDrawer input[type="checkbox"] {
   display: none;