button spacing bugfix

This commit is contained in:
dragonwocky 2020-08-02 09:01:12 +10:00
parent 7d51ea9caa
commit 060b1ffbe9
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D

View File

@ -56,3 +56,9 @@
.notion-page-content .notion-collection_view-block > div {
padding: 0 1px;
}
/* fix button resizing */
.notion-collection_view-block [role='button'],
.notion-collection_view_page-block [role='button'] {
border-width: 0 !important;
}