Fix mobile layout of ethernet ports (#1783)

This commit is contained in:
Tim Wilkinson 2024-12-26 17:36:45 -08:00 committed by GitHub
parent 313a54c540
commit 753dcb5370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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