mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-29 16:58:30 +00:00
Update default.css
This commit is contained in:
parent
4ff88d8fa1
commit
8d7ebd473f
@ -260,9 +260,17 @@ div.thumbnail > .bottom-right-overlay {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
.navbar .pure-menu-heading{
|
||||||
|
font-size: .8rem;
|
||||||
|
background: #f0f0f0;
|
||||||
|
color: black;
|
||||||
|
padding: 8px 10px 6px;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
@media screen and (min-width: 767px) {
|
@media screen and (min-width: 767px) {
|
||||||
.navbar {
|
.navbar {
|
||||||
top:0;
|
top:0;
|
||||||
|
box-shadow:rgba(0,0,0,.2) 0 0 5px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
width: calc(100% - 42px);
|
width: calc(100% - 42px);
|
||||||
|
Loading…
Reference in New Issue
Block a user