style for webkit browsers
This commit is contained in:
@@ -47,6 +47,10 @@ article {
|
||||
padding: 4vh 5vw 4vh 2vw;
|
||||
overflow-y: auto;
|
||||
}
|
||||
article img {
|
||||
max-width: 100%;
|
||||
max-height: 25vh;
|
||||
}
|
||||
|
||||
article h1:first-child {
|
||||
margin-top: 0;
|
||||
@@ -153,6 +157,14 @@ progress::-moz-progress-bar {
|
||||
background-color: #616161;
|
||||
}
|
||||
|
||||
progress::-webkit-progress-value {
|
||||
background-color: #616161;
|
||||
}
|
||||
|
||||
progress::-webkit-progress-bar {
|
||||
background-color: #616161;
|
||||
}
|
||||
|
||||
.seek {
|
||||
position: absolute;
|
||||
appearance: none;
|
||||
@@ -171,12 +183,25 @@ progress::-moz-progress-bar {
|
||||
|
||||
.seek::-moz-range-thumb {
|
||||
background-color: #ffa800;
|
||||
min-width: 24px;
|
||||
width: 2vh;
|
||||
min-height: 24px;
|
||||
height: 2vh;
|
||||
border-radius: 2vh;
|
||||
border-radius: max(24px, 2vh);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.seek::-webkit-slider-thumb {
|
||||
background-color: #ffa800;
|
||||
min-width: 24px;
|
||||
width: 2vh;
|
||||
min-height: 24px;
|
||||
height: 2vh;
|
||||
border-radius: max(24px, 2vh);
|
||||
border: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.videoComment {
|
||||
position: absolute;
|
||||
background-color: #ffa800;
|
||||
|
||||
Reference in New Issue
Block a user