[CSS] .note-complementary-info now smaller in general
This commit is contained in:
parent
6b82708968
commit
f28ed5e359
@ -95,11 +95,11 @@
|
|||||||
border-radius: var(--s);
|
border-radius: var(--s);
|
||||||
}
|
}
|
||||||
.h-entry .replies {
|
.h-entry .replies {
|
||||||
margin-bottom: var(--m);
|
margin-bottom: var(--s);
|
||||||
padding: 0 var(--s) 0 var(--s);
|
padding: 0 var(--s) 0 var(--s);
|
||||||
border-left: 1px solid var(--border);
|
border-left: 1px solid var(--border);
|
||||||
}
|
}
|
||||||
.replies small {
|
.replies > strong > small {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
.note-info,
|
.note-info,
|
||||||
@ -130,7 +130,6 @@ embed header {
|
|||||||
.note-conversation-url,
|
.note-conversation-url,
|
||||||
.note-url {
|
.note-url {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
opacity: 0.5;
|
|
||||||
}
|
}
|
||||||
embed header {
|
embed header {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -139,6 +138,10 @@ embed header {
|
|||||||
float: left;
|
float: left;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
.note-author-nickname,
|
||||||
|
.note-conversation-info {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
.note-author-fullname {
|
.note-author-fullname {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
@ -261,13 +264,12 @@ embed header {
|
|||||||
margin-bottom: var(--s);
|
margin-bottom: var(--s);
|
||||||
}
|
}
|
||||||
.note-complementary {
|
.note-complementary {
|
||||||
|
font-size: 0.937rem;
|
||||||
border-left: 2px solid var(--accent);
|
border-left: 2px solid var(--accent);
|
||||||
border-end-start-radius: var(--s);
|
border-end-start-radius: var(--s);
|
||||||
border-end-end-radius: var(--s);
|
border-end-end-radius: var(--s);
|
||||||
padding-left: var(--s);
|
padding-left: var(--s);
|
||||||
padding-top: 5px;
|
margin-bottom: 4px;
|
||||||
padding-bottom: 5px;
|
|
||||||
margin-bottom: var(--s);
|
|
||||||
margin-right: var(--s);
|
margin-right: var(--s);
|
||||||
background: var(--gradient) !important;
|
background: var(--gradient) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user