mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
💄 style: move padding from post-time to listing-item
Fixes uneven background size on hover for titles.
This commit is contained in:
parent
25d3a4d109
commit
5907091893
1 changed files with 1 additions and 1 deletions
|
|
@ -6,12 +6,12 @@
|
||||||
|
|
||||||
.listing-item {
|
.listing-item {
|
||||||
padding: 0.2rem 1rem;
|
padding: 0.2rem 1rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
|
||||||
.post-time {
|
.post-time {
|
||||||
min-width: 3.3rem;
|
min-width: 3.3rem;
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
color: var(--meta-color);
|
color: var(--meta-color);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue