Změny designu

closes #2 @1h
This commit is contained in:
2021-01-30 01:55:11 +01:00
parent b75b9c3ae6
commit b9c668841d
3 changed files with 42 additions and 2 deletions

View File

@@ -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;
}