Update default.css

This commit is contained in:
Hamid Ahmadi 2024-07-30 11:48:39 +03:30 committed by GitHub
parent ee4ce45aa8
commit 5ec53c435a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -273,6 +273,15 @@ div.thumbnail > .bottom-right-overlay {
.dark-theme .navbar{
background: #232323;
}
.navbar > div{
display:unset;
}
.navbar > .user-fields{
position: absolute;
right: 16px;
width: unset;
top: 13px;
}
}
.navbar > div {
@ -369,7 +378,7 @@ input[type="search"]::-webkit-search-cancel-button {
margin-top: 44px;
}
.navbar > .searchbar > form {
width: calc(100% - 1em);
width: calc(100% - 2em);
}
.navbar > .searchbar > input {
margin:0;