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:
Andy Chiang
2025-10-17 20:43:36 +07:00
committed by Paul Donald
parent 71ea35fc7f
commit 91a94ce360
@@ -589,6 +589,12 @@ select,
border-radius: 3px;
}
@media screen and (min-width: 768px) {
#localtime {
width: 300px;
}
}
input,
select,
.cbi-select,