ヘルプボタンの低幅での一時的な抹消

This commit is contained in:
harukin 2019-02-27 14:03:12 +09:00
parent afcf196506
commit 812622f173

View File

@ -2185,6 +2185,13 @@ nav .navbar-nav > .text-truncate {
left: 68px;
top: 33px;
}
@media screen and (max-width: 380px) {
nav #context-help-btn {
display: none;
}
}
@media screen and (min-width: 450px) {
nav .navbar-nav > .text-truncate {
font-size: unset;