When screen width is too narrow, hide local-settings page text, keep only icons

lolsob-rspec
Thibaut Girka 2018-10-01 22:10:30 +02:00 committed by ThibG
parent 56773bc55c
commit c598692cdf
1 changed files with 15 additions and 0 deletions

View File

@ -95,3 +95,18 @@
margin-top: 10px;
margin-bottom: 10px;
}
@media screen and (max-width: 630px) {
.glitch.local-settings__navigation {
width: 40px;
flex-shrink: 0;
}
.glitch.local-settings__navigation__item {
padding: 10px;
span:last-of-type {
display: none;
}
}
}