fix style

This commit is contained in:
syuilo
2021-04-15 20:55:54 +09:00
parent c2b3436770
commit 05ba1d0fd4
4 changed files with 12 additions and 14 deletions

View File

@@ -366,10 +366,6 @@ hr {
border-radius: var(--radius);
}
._magnet {
margin-bottom: calc(var(--margin) * -1);
}
@media (max-width: 500px) {
._root {
--root-margin: 0;
@@ -377,6 +373,12 @@ hr {
}
}
._magnetParent {
._magnetChild:not(* + ._magnetChild) {
margin-top: 0;
}
}
._narrow_ ._card {
> ._title {
padding: 16px;