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

remotes/1698178055505214576/signup-info-prompt
Thibaut Girka 2018-10-01 22:10:30 +02:00 committed by ThibG
parent 6cd793f0ac
commit 5f308a7f05
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;
}
}
}