Change sidebar style
This commit is contained in:
parent
091826afdb
commit
7d009c36de
2 changed files with 10 additions and 2 deletions
|
@ -1090,9 +1090,11 @@ urlpatterns = [
|
|||
]
|
||||
),
|
||||
),
|
||||
# url("__debug__/", include("debug_toolbar.urls")), # debug_toolbar use
|
||||
] + url_static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
if hasattr(settings, "INTERNAL_IPS"):
|
||||
urlpatterns.append(url("__debug__/", include("debug_toolbar.urls")))
|
||||
|
||||
favicon_paths = [
|
||||
"apple-touch-icon-180x180.png",
|
||||
"apple-touch-icon-114x114.png",
|
||||
|
|
|
@ -174,8 +174,14 @@
|
|||
|
||||
.left-sidebar-item {
|
||||
.sidebar-icon {
|
||||
font-size: large;
|
||||
width: 1.2em;
|
||||
display: inline-block;
|
||||
|
||||
i {
|
||||
position: relative;
|
||||
bottom: -1.5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.left-sidebar-item:hover {
|
||||
|
@ -280,7 +286,7 @@
|
|||
}
|
||||
|
||||
.left-sidebar-item {
|
||||
border-radius: 0 2em 2em 0;
|
||||
border-radius: 0 0.5em 0.5em 0;
|
||||
}
|
||||
|
||||
.feed-table {
|
||||
|
|
Loading…
Reference in a new issue