Un-squish the SusiDNS SVG image on Firefoxes greater than 83, remove wierd padding from .optboxes

This commit is contained in:
hankhill19580
2020-11-19 18:27:29 +00:00
parent 00a0970c95
commit c6c0b9ce8a
2 changed files with 5 additions and 1 deletions

View File

@@ -2512,7 +2512,6 @@ td {
.main[id^="config_"] select, .main[id^="config_"] textarea, .main[id^="config_"] .optbox {
margin-left: 3px !important;
padding-right: 11% !important;
border-radius: 12px;
}

View File

@@ -50,6 +50,11 @@ code, tt, .destaddress {
font-size: 8.5pt;
}
object {
height: 50%;
width: 100%;
}
#host_list .destaddress {
-moz-user-select: all;
-webkit-user-select: all;