Fix spacing inside the card preview

This commit is contained in:
Lim Chee Aun 2022-12-12 21:53:06 +08:00
parent d32d9c62eb
commit 111bc27f96

View file

@ -297,7 +297,6 @@
border-radius: 8px;
border: 1px solid var(--outline-color);
overflow: hidden;
gap: 8px;
color: inherit;
align-items: center;
background: var(--bg-color);
@ -318,7 +317,7 @@
margin: 0;
}
.card .meta-container {
padding: 4px;
padding: 8px;
}
.card .title {
font-weight: normal;