mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 23:25:52 -04:00
Update default.css
This commit is contained in:
parent
ee4ce45aa8
commit
5ec53c435a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user