一部の端末向け試作

This commit is contained in:
harukin 2019-04-19 10:10:59 +09:00
parent fc0c2892e0
commit 9ce6ab23b0

View File

@ -2186,6 +2186,7 @@ nav .navbar-nav > .text-truncate {
top: 33px;
}
@media screen and (max-width: 320px) {
nav #banner {
display: none;
@ -2199,6 +2200,13 @@ nav .navbar-nav > .text-truncate {
}
}
@media screen and (max-width: 365px) {
.navbar-toggler-right button{
padding-left: 5px;
padding-right: 5px;
}
}
@media screen and (max-width: 380px) {
nav #context-help-btn {
display: none;