Removed unnecessary left/right in admin sidebar CSS.

This commit is contained in:
Mariusz Felisiak 2021-03-31 20:34:15 +02:00 committed by GitHub
parent f83214a3e1
commit 548dce50cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -60,13 +60,10 @@
}
.main.shifted > #nav-sidebar {
left: 24px;
margin-left: 0;
}
[dir="rtl"] .main.shifted > #nav-sidebar {
left: 0;
right: 24px;
margin-right: 0;
}