Optimized display

Fixed the size of the bottom bar icon in mobile view
This commit is contained in:
老竭力 2022-04-24 18:38:39 +08:00 committed by GitHub
parent d86ea84a31
commit ec4dff0575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,6 +362,8 @@ footer.mobile-hide {
.status-bar .inner .right-part {
flex-shrink: 0;
display: flex;
align-items: center;
}
.status-bar .inner .flag {
@ -593,6 +595,13 @@ footer.mobile-hide {
.status {
margin-bottom: -0.375rem;
}
.icon-con{
margin-right: -0.1rem !important;
}
.icon-con img{
width: 2.5rem !important;
height: auto !important;
}
}
/* 浏览器的黑暗模式 */