1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-05-11 09:59:32 +02:00
parent 8ed49706ac
commit c328a4ea1c

View file

@ -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;