Update default.css

This commit is contained in:
Hamid Ahmadi 2024-07-30 11:59:59 +03:30 committed by GitHub
parent b22764607b
commit 620d465f1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,8 +263,8 @@ div.thumbnail > .bottom-right-overlay {
@media screen and (min-width: 767px) {
.navbar {
top:0;
position:sticky;
z-index: 10;
position: sticky;
z-index: 100;
width: calc(100% - 42px);
margin: 0;
padding: 12px 20px;
@ -273,9 +273,6 @@ div.thumbnail > .bottom-right-overlay {
.dark-theme .navbar{
background: #232323;
}
.navbar > div{
display:unset!important;
}
.navbar > .user-fields{
position: absolute;
right: 16px;