From 5b89578896415f772db4a095e87e018df5bf4a26 Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Sun, 22 Aug 2021 03:31:04 +0000 Subject: [PATCH] Console: bump up size of tunnel role icons --- webconsole/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webconsole/style.css b/webconsole/style.css index b29a8710..e86eabcb 100644 --- a/webconsole/style.css +++ b/webconsole/style.css @@ -653,9 +653,9 @@ td:last-child { } .role { - margin-left: 4px; - width: 20px; - height: 20px; + margin: -2px 3px -2px 4px; + width: 24px; + height: 24px; display: inline-block; vertical-align: middle; font-size: 0; @@ -666,15 +666,15 @@ td:last-child { } .ibgw { - background: var(--ibgw) no-repeat center center / 20px; + background: var(--ibgw) no-repeat center center / 24px; } .obep { - background: var(--obep) no-repeat center center / 20px; + background: var(--obep) no-repeat center center / 24px; } .ptcp { - background: var(--ptcp) no-repeat center center / 20px; + background: var(--ptcp) no-repeat center center / 24px; } .arrowright, .arrowleft, .arrowleftright, .arrowup, .arrowdown {