mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-18 17:48:00 +08:00
钉钉初步免登,移动端样式优化
This commit is contained in:
@@ -1037,6 +1037,24 @@ textarea{
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
.navbar-mobile {
|
||||
display: inline-block;
|
||||
padding: 10px 0;
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
color: #563d7c;
|
||||
}
|
||||
.navbar-mobile a {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.navbar-mobile {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user