mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix box size in OMR status
This commit is contained in:
parent
8ed49706ac
commit
c328a4ea1c
1 changed files with 3 additions and 3 deletions
|
@ -247,7 +247,7 @@ Thanks :)*/
|
|||
width: 400px;
|
||||
max-width: 400px;
|
||||
box-sizing: border-box;
|
||||
height: 170px;
|
||||
min-height: 170px;
|
||||
}
|
||||
.network-node .equipment-icon {
|
||||
position: relative;
|
||||
|
@ -322,10 +322,10 @@ Thanks :)*/
|
|||
padding-right: 195px;
|
||||
}
|
||||
#omr {
|
||||
height: 190px;
|
||||
min-height: 190px;
|
||||
}
|
||||
#omr-vps {
|
||||
height: 160px;
|
||||
min-height: 160px;
|
||||
}
|
||||
.space {
|
||||
height: 55px;
|
||||
|
|
Loading…
Reference in a new issue