mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 14:50:21 +04:00
luci-theme-bootstrap: add width for localtime
set an appropriate width for #localtime Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com>
This commit is contained in:
@@ -589,6 +589,12 @@ select,
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
#localtime {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
input,
|
||||
select,
|
||||
.cbi-select,
|
||||
|
||||
Reference in New Issue
Block a user