mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-04-02 03:51:38 +02: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-radius: 8px;
|
||||||
border: 1px solid var(--outline-color);
|
border: 1px solid var(--outline-color);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
gap: 8px;
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: var(--bg-color);
|
background: var(--bg-color);
|
||||||
|
@ -318,7 +317,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.card .meta-container {
|
.card .meta-container {
|
||||||
padding: 4px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
.card .title {
|
.card .title {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
Loading…
Add table
Reference in a new issue