Fixed #34094 -- Corrected margins in admin headers for RTL languages.

This commit is contained in:
Francesco Panico 2022-10-31 06:35:55 +01:00 committed by GitHub
parent 970f61fefb
commit c01e76c95c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -936,7 +936,8 @@ a.deletelink:focus, a.deletelink:hover {
#branding h1 {
padding: 0;
margin: 0 20px 0 0;
margin: 0;
margin-inline-end: 20px;
font-weight: 300;
font-size: 1.5rem;
color: var(--header-branding-color);

View File

@ -72,7 +72,7 @@ html[data-theme="dark"] {
padding: 0;
background: transparent;
vertical-align: middle;
margin-left: 5px;
margin-inline-start: 5px;
margin-top: -1px;
}