[CSS] Applying correct border-radius to note-info and adding a greater margin on note-complementary, in case its the last of type

This commit is contained in:
Eliseu Amaro 2022-01-02 19:48:49 +00:00 committed by Diogo Peralta Cordeiro
parent c7ea56d571
commit 064288e33b
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 4 additions and 1 deletions

View File

@ -110,7 +110,7 @@
embed header {
display: flex;
border-bottom: unset;
border-radius: 0 2px 0 0;
border-radius: 0 var(--s) 0 0;
line-height: initial;
padding: 8px var(--s) 8px 0;
}
@ -282,6 +282,9 @@ embed header {
.note-complementary a {
font-weight: bold;
}
.note-complementary:last-of-type {
margin-bottom: var(--s);
}
.h-entry-language {
position: relative;
float: right;