Template:Support Page: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
.sp-languages ul { |
.sp-languages ul { |
||
overflow: hidden; |
overflow: hidden; |
||
height: 32px; |
|||
margin: 0 0 0 34px; /*-1px prevents languages bar from flickering 1px*/ |
|||
margin: 0 0 0 34px; |
|||
white-space: nowrap; |
white-space: nowrap; |
||
list-style: none; |
list-style: none; |
||
} |
|||
.sp-languages ul.flickity-enabled { |
|||
padding-top: 1px; /* prevents pixel glitch on webkit */ |
|||
} |
} |
||
.sp-languages ul:focus { |
.sp-languages ul:focus { |
||
Line 75: | Line 79: | ||
padding: 0 0.5rem; |
padding: 0 0.5rem; |
||
line-height: 36px; |
line-height: 36px; |
||
height: 36px; |
|||
} |
} |
||