mirror of
https://github.com/dergigi/boris.git
synced 2025-12-18 23:24:22 +01:00
style: reduce vertical spacing in medium-sized bookmark cards
- Reduce reading progress separator margin from 0.75rem to 0.5rem - Reduce card content gap from 0.75rem to 0.5rem - Reduce bookmark title margin-bottom from 0.75rem to 0.5rem - Reduce bookmark footer padding-top from 0.75rem to 0.5rem - Update responsive breakpoints for consistent compact spacing - Make cards more compact and visually tighter
This commit is contained in:
@@ -160,7 +160,7 @@
|
|||||||
.card-content {
|
.card-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.75rem;
|
gap: 0.5rem;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
margin: 0 0 0.75rem 0;
|
margin: 0 0 0.5rem 0;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@@ -200,7 +200,7 @@
|
|||||||
|
|
||||||
.card-content .bookmark-footer {
|
.card-content .bookmark-footer {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
padding-top: 0.75rem;
|
padding-top: 0.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
background: var(--color-border);
|
background: var(--color-border);
|
||||||
border-radius: 0.5px;
|
border-radius: 0.5px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0.75rem 0;
|
margin: 0.5rem 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -314,7 +314,7 @@
|
|||||||
|
|
||||||
.card-content .bookmark-title {
|
.card-content .bookmark-title {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-content .bookmark-content {
|
.card-content .bookmark-content {
|
||||||
@@ -323,7 +323,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-content .bookmark-footer {
|
.card-content .bookmark-footer {
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.375rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -348,7 +348,7 @@
|
|||||||
|
|
||||||
.card-content .bookmark-title {
|
.card-content .bookmark-title {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-content .bookmark-content {
|
.card-content .bookmark-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user