mirror of
https://github.com/jerrykuku/luci-app-vssr.git
synced 2023-12-18 13:29:53 +08:00
Optimized display
Fixed the size of the bottom bar icon in mobile view
This commit is contained in:
parent
d86ea84a31
commit
ec4dff0575
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/* 浏览器的黑暗模式 */
|
||||
|
Loading…
Reference in New Issue
Block a user