1
0
mirror of https://github.com/django/django.git synced 2025-03-10 17:32:41 +00:00

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

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;
}