0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

removed bottom padding to center button text

This commit is contained in:
Vincent Ip 2019-07-04 13:35:09 +02:00
parent 943c04834a
commit 30f7a25e2e

View File

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