mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-25 23:24:44 +01:00
Fix spacing inside the card preview
This commit is contained in:
parent
d32d9c62eb
commit
111bc27f96
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue