Merge pull request #3174 from supermooshman/master

removed bottom padding to center button text
pull/3192/head
Rich Harris 6 years ago committed by GitHub
commit e0874d15b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -220,7 +220,7 @@
.show { .show {
background: rgba(0,0,0,.4); background: rgba(0,0,0,.4);
padding: .2em .7em .3em; padding: .3em .7em;
border-radius: var(--border-r); border-radius: var(--border-r);
top: .1em; top: .1em;
position: relative; position: relative;

Loading…
Cancel
Save