[CSS] Note language note view polish

This commit is contained in:
Eliseu Amaro 2021-12-02 18:36:18 +00:00
parent f35dbbd8c1
commit d915b4b628
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
1 changed files with 3 additions and 5 deletions

View File

@ -348,11 +348,9 @@ embed header {
.h-entry-language {
position: relative;
float: right;
background: var(--border);
padding: 5px;
padding: 6px 12px;
background: var(--gradient-backwards);
font-size: var(--default);
color: var(--foreground);
margin-right: var(--smaller);
margin-bottom: var(--smaller);
border-radius: var(--smaller);
border-radius: 0 0 var(--smaller) 0;
}