mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-27 15:08:31 +00:00
Update index1.css
This commit is contained in:
parent
9d45c50b7b
commit
46414d43a4
@ -114,8 +114,9 @@ body {
|
||||
}
|
||||
@media screen and (min-width: 780px) {
|
||||
header {
|
||||
z-index: 2000;
|
||||
z-index: 1000000;
|
||||
position: fixed;
|
||||
background: #22242a;
|
||||
padding: 20px;
|
||||
width: calc(100% - 0%);
|
||||
top: 0;
|
||||
@ -128,10 +129,17 @@ header {
|
||||
}
|
||||
.left_area h3 {
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
text-transform: uppercase;
|
||||
font-size: 22px;
|
||||
font-size: 20px;
|
||||
font-weight: 900;
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
cursor: pointer;
|
||||
left: 50px;
|
||||
font-size: 20px;
|
||||
margin: -10px 0;
|
||||
transition: 0.5s;
|
||||
transition-property: color;
|
||||
}
|
||||
|
||||
.left_area span {
|
||||
@ -226,7 +234,7 @@ label #sidebar_btn {
|
||||
color: #fff;
|
||||
position: fixed;
|
||||
cursor: pointer;
|
||||
left: 300px;
|
||||
left: 20px;
|
||||
font-size: 20px;
|
||||
margin: 5px 0;
|
||||
transition: 0.5s;
|
||||
@ -269,7 +277,7 @@ label #sidebar_btn:hover {
|
||||
.content {
|
||||
width: (100% - 250px);
|
||||
margin-top: 60px;
|
||||
padding: 20px;
|
||||
/*padding: 20px;*/
|
||||
margin-left: 60px;
|
||||
min-height: 100vh;
|
||||
transition: 0.5s;
|
||||
|
Loading…
Reference in New Issue
Block a user