mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 15:15:58 -04: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;
|
||||
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) {
|
||||
.navbar {
|
||||
top:0;
|
||||
box-shadow:rgba(0,0,0,.2) 0 0 5px;
|
||||
position: sticky;
|
||||
z-index: 101;
|
||||
width: calc(100% - 42px);
|
||||
|
Loading…
x
Reference in New Issue
Block a user