Skip to content

Commit b9b3431

Browse files
authored
Add files via upload
Usability improvements
1 parent 6e14b84 commit b9b3431

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Subnet Calculator.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<title>Subnet Workbench</title>
7+
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect width='32' height='32' rx='7' fill='%230b1416'/><g fill='%236ee7e7'><rect x='6' y='6' width='8' height='8' rx='1.5'/><rect x='18' y='6' width='8' height='8' rx='1.5' opacity='.55'/><rect x='6' y='18' width='8' height='8' rx='1.5' opacity='.55'/><rect x='18' y='18' width='8' height='8' rx='1.5'/></g></svg>">
78
<link rel="preconnect" href="https://fonts.googleapis.com">
89
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
910
<link href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">

styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ input, select, textarea { font-family: inherit; color: inherit; }
260260
user-select: none;
261261
}
262262
.input-row .prefix-input {
263-
flex: 0 0 56px;
264-
text-align: center;
263+
flex: 0 0 140px;
264+
text-align: left;
265265
}
266266

267267
.label {

0 commit comments

Comments
 (0)