File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 9797 <button class =" menu-btn sidebar-tooltip" v-on:click =" sidebarShown = !sidebarShown" >
9898 <i class =" fa fa-bars fa-lg icon-light" ></i >
9999 <span class =" sidebar-tooltip-text" >
100- <b >Navigation</b >
101- <br />
102- Or Ctrl + M
100+ <b >Ctrl + M</b >
103101 </span >
104102 </button >
105103 <div class =" d-none d-lg-block" >
Original file line number Diff line number Diff line change @@ -271,23 +271,21 @@ a:hover {
271271}
272272
273273.sidebar-tooltip : hover .sidebar-tooltip-text {
274- transition-delay : 1s ;
275- transition-property : visibility;
276274 visibility : visible;
277275}
278276
279277.sidebar-tooltip .sidebar-tooltip-text {
280278 visibility : hidden;
281279 position : absolute;
282- width : 150 px ;
280+ width : 80 px ;
283281 color : var (--primary-color );
284282 font-size : 1rem ;
285283 background-color : var (--grey-lighten-1 );
286284 border-radius : 10px ;
287285 padding : 10px ;
288286 white-space : normal;
289287 left : 2rem ;
290- bottom : -35 px ;
288+ bottom : -9 px ;
291289}
292290
293291.nav-link {
You can’t perform that action at this time.
0 commit comments