Template:Support Page: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 49: | Line 49: | ||
} |
} |
||
.sp-languages-icon { |
.sp-languages-icon { |
||
display: none; |
|||
position: absolute; |
|||
⚫ | |||
position: absolute; |
position: absolute; |
||
⚫ | |||
} |
|||
left: 13px |
|||
@media all and (min-width: 500px) { |
|||
.sp-languages-icon { |
|||
display: block; |
|||
} |
|||
} |
} |
||
.sp-languages ul { |
.sp-languages ul { |
||
overflow-x: scroll; |
overflow-x: scroll; |
||
margin: 0; |
margin: 0 0 0 48px; |
||
padding: 5px 0 6px |
padding: 5px 0 6px; |
||
white-space: nowrap; |
white-space: nowrap; |
||
list-style: none; |
list-style: none; |
||
} |
|||
@media all and (min-width: 500px) { |
|||
.sp-languages ul { |
|||
margin-left: 34px; |
|||
} |
|||
} |
} |
||
.sp-languages ul:focus { |
.sp-languages ul:focus { |