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%;
|
margin-left: 14%;
|
||||||
width: auto;
|
width: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 55px; /* bottom input */
|
padding-bottom: 60px; /* bottom input */
|
||||||
padding-top: 35px; /* topbar */
|
padding-top: 35px; /* topbar */
|
||||||
}
|
}
|
||||||
.bufferlines .btn {
|
.bufferlines .btn {
|
||||||
|
|
Loading…
Reference in a new issue