Skip to content

Commit 1781b02

Browse files
Merge pull request #36 from GitTimeraider/patch-1.1
Increase alias bar size
2 parents 6483516 + c28c4fe commit 1781b02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,4 +693,10 @@ input.error {
693693
background: none !important;
694694
outline: none !important;
695695
box-shadow: none !important;
696+
}
697+
698+
/* Make the alias input about 70% wider */
699+
.input-group input#alias {
700+
flex: 2.2 1 0%;
701+
min-width: 0;
696702
}

0 commit comments

Comments
 (0)