mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Update: comment section styling
This commit is contained in:
@@ -879,14 +879,13 @@
|
|||||||
.comments__title {
|
.comments__title {
|
||||||
font-size: 1.15rem;
|
font-size: 1.15rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: 1.2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments__login-msg {
|
.comments__login-msg {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
margin-bottom: 1.2rem;
|
margin-bottom: 2.55rem;
|
||||||
color: var(--foreground-color3, #888);
|
color: var(--foreground-color3, #888);
|
||||||
padding-top: 0.06rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments__empty {
|
.comments__empty {
|
||||||
@@ -1005,8 +1004,7 @@
|
|||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
margin-bottom: 0.85rem;
|
margin-bottom: 0.85rem;
|
||||||
padding: 0.75rem 0.9rem 0 0.9rem;
|
padding: 0.75rem 0.4rem 0.5rem 0.4rem;
|
||||||
border: 1px solid var(--background-color1, #e0e0e0);
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -879,14 +879,13 @@
|
|||||||
.comments__title {
|
.comments__title {
|
||||||
font-size: 1.15rem;
|
font-size: 1.15rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: 1.2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments__login-msg {
|
.comments__login-msg {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
margin-bottom: 1.2rem;
|
margin-bottom: 2.55rem;
|
||||||
color: var(--foreground-color3, #888);
|
color: var(--foreground-color3, #888);
|
||||||
padding-top: 0.06rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments__empty {
|
.comments__empty {
|
||||||
@@ -1005,8 +1004,7 @@
|
|||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
margin-bottom: 0.85rem;
|
margin-bottom: 0.85rem;
|
||||||
padding: 0.75rem 0.9rem 0 0.9rem;
|
padding: 0.75rem 0.4rem 0.5rem 0.4rem;
|
||||||
border: 1px solid var(--background-color1, #e0e0e0);
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user