mirror of https://github.com/aredn/aredn.git
Fix mobile layout of ethernet ports (#1783)
This commit is contained in:
parent
313a54c540
commit
753dcb5370
|
@ -306,6 +306,10 @@ body.mobile #ctrl-modal #local-services .service .cols:last-child select
|
|||
{
|
||||
width: 120px;
|
||||
}
|
||||
body.mobile #ctrl-modal .ports
|
||||
{
|
||||
font-size: 10px;
|
||||
}
|
||||
body.mobile #ctrl-modal #port-forwards select[name=port_src],
|
||||
body.mobile #ctrl-modal #port-forwards select[name=port_dst],
|
||||
body.mobile #ctrl-modal .port-forwards-label div:nth-child(1)
|
||||
|
|
Loading…
Reference in New Issue