fix button hitboxes
This commit is contained in:
parent
83a9938d15
commit
ad96057d7e
1 changed files with 9 additions and 0 deletions
|
@ -57,6 +57,15 @@ button, button a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button a {
|
||||||
|
width: 100%;
|
||||||
|
height: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
line-height:2rem;
|
||||||
|
vertical-align: middle;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
#messages {
|
#messages {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue