1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +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; width: 400px;
max-width: 400px; max-width: 400px;
box-sizing: border-box; box-sizing: border-box;
height: 170px; min-height: 170px;
} }
.network-node .equipment-icon { .network-node .equipment-icon {
position: relative; position: relative;
@ -322,10 +322,10 @@ Thanks :)*/
padding-right: 195px; padding-right: 195px;
} }
#omr { #omr {
height: 190px; min-height: 190px;
} }
#omr-vps { #omr-vps {
height: 160px; min-height: 160px;
} }
.space { .space {
height: 55px; height: 55px;