Make the buffer text a little higher over the input bar
This is because the glow around the input bar falls a little bit over the buffer text and it's annoying.
This commit is contained in:
parent
6b8f5b5a0f
commit
c8644f70ba
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ input[type=text], input[type=password] {
|
|||
margin-left: 14%;
|
||||
width: auto;
|
||||
position: relative;
|
||||
padding-bottom: 55px; /* bottom input */
|
||||
padding-bottom: 60px; /* bottom input */
|
||||
padding-top: 35px; /* topbar */
|
||||
}
|
||||
.bufferlines .btn {
|
||||
|
|
Loading…
Reference in a new issue