ヘルプボタンの低幅での一時的な抹消
This commit is contained in:
parent
afcf196506
commit
812622f173
@ -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;
|
||||
|
Reference in New Issue
Block a user