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,12 +114,13 @@ body {
|
|||||||
}
|
}
|
||||||
@media screen and (min-width: 780px) {
|
@media screen and (min-width: 780px) {
|
||||||
header {
|
header {
|
||||||
z-index: 2000;
|
z-index: 1000000;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
padding: 20px;
|
background: #22242a;
|
||||||
width: calc(100% - 0%);
|
padding: 20px;
|
||||||
top: 0;
|
width: calc(100% - 0%);
|
||||||
height: 30px;
|
top: 0;
|
||||||
|
height: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
@ -127,11 +128,18 @@ header {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
.left_area h3 {
|
.left_area h3 {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin: 0;
|
text-transform: uppercase;
|
||||||
text-transform: uppercase;
|
font-size: 20px;
|
||||||
font-size: 22px;
|
font-weight: 900;
|
||||||
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 {
|
.left_area span {
|
||||||
@ -222,15 +230,15 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
label #sidebar_btn {
|
label #sidebar_btn {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
left: 300px;
|
left: 20px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
transition-property: color;
|
transition-property: color;
|
||||||
}
|
}
|
||||||
|
|
||||||
label #sidebar_btn:hover {
|
label #sidebar_btn:hover {
|
||||||
@ -269,7 +277,7 @@ label #sidebar_btn:hover {
|
|||||||
.content {
|
.content {
|
||||||
width: (100% - 250px);
|
width: (100% - 250px);
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
padding: 20px;
|
/*padding: 20px;*/
|
||||||
margin-left: 60px;
|
margin-left: 60px;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
|
Loading…
Reference in New Issue
Block a user