@@ -50,6 +50,15 @@ article {
|
||||
article img {
|
||||
max-width: 100%;
|
||||
max-height: 25vh;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
article img:nth-child(odd) {
|
||||
float: right;
|
||||
}
|
||||
|
||||
article img:nth-child(even) {
|
||||
float: left;
|
||||
}
|
||||
|
||||
article h1:first-child {
|
||||
@@ -92,6 +101,7 @@ article p:last-child {
|
||||
"icon time"
|
||||
"icon comment";
|
||||
border-bottom: 0.1vh solid #707070;
|
||||
cursor: pointer;
|
||||
}
|
||||
.comment:last-child {
|
||||
border: none;
|
||||
@@ -174,7 +184,7 @@ progress::-webkit-progress-bar {
|
||||
min-height: 5px;
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
z-index: 5;
|
||||
z-index: 15;
|
||||
}
|
||||
|
||||
.seek:focus {
|
||||
@@ -209,7 +219,7 @@ progress::-webkit-progress-bar {
|
||||
left: 35%;
|
||||
height: 0.5vh;
|
||||
min-height: 5px;
|
||||
z-index: 6;
|
||||
z-index: 10;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user