Przeglądaj źródła

Made Expansions more clickable

Yoginth 7 lat temu
rodzic
commit
a1a8af7836

Plik diff jest za duży
+ 1 - 1
public/css/gitote.min.css


+ 7 - 2
public/less/_base.less

@@ -593,8 +593,13 @@ footer {
 	}
 	&.expansion {
 		cursor: pointer;
-		letter-spacing: 0.2px;
-		user-select: none;
+	    letter-spacing: .2px;
+	    user-select: none;
+	    display: inline-block;
+	    position: relative;
+	    z-index: 1;
+	    padding: 1em;
+	    margin: -1em;
 	}
 	&.main {
 		background-color: #2f363c;

+ 1 - 1
templates/base/info_bar.tmpl

@@ -17,7 +17,7 @@
                     <span 
                         id="expansion" 
                         class="infobar expansion" 
-                        onclick="document.getElementById('expansion').innerHTML = nextWord();">
+                        onclick="document.getElementById('expansion').innerHTML = nextWord();" >
                         Get It Together
                     </span>
                 </span>