Fixed a display issue for long ipv6 addresses and port input on mobile

This commit is contained in:
Thatcher Peskens
2021-01-10 12:10:44 +01:00
parent 98f9efbfb8
commit 7b849f72bf
4 changed files with 19 additions and 18 deletions

View File

@ -26,6 +26,7 @@
background: #f2f2f2;
font-size: 36px;
padding: 6px;
word-wrap: break-word;
}
svg.github-corner {
fill: #151513;
@ -88,11 +89,6 @@
text-align: right;
}
.narrow-input {
width: 5.5em;
margin-top: 0.2em;
}
.medium-input {
width: 10em;
}
@ -101,6 +97,11 @@
background-color: rgb(208 208 208);
}
.input-buttons {
line-height: 2.6em;
font-size: smaller;
}
/* POST CORRECTION */
.leafcloud-logo .letters {
fill: black;