Merge pull request #5492 from mfilser/master

sidebar xmark icon, add padding and background color
This commit is contained in:
Lauri Ojansivu 2024-08-06 23:53:24 +03:00 committed by GitHub
commit 73ffc99f37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,9 +16,13 @@
}
.sidebar-xmark {
position: absolute;
right: 10px;
top: 5px;
right: 0px;
top: 0px;
font-size: 25px;
padding: 10px;
}
.sidebar-xmark:hover {
background: rgba(0,0,0,0.15);
}
.sidebar .sidebar-content {
padding: 12px;