pročištění kodu

This commit is contained in:
2021-01-26 23:01:39 +01:00
parent 0ade9c4503
commit 9d8acd5e03
5 changed files with 85 additions and 67 deletions

View File

@@ -136,7 +136,7 @@ article p:last-child {
#video-progress {
width: 80%;
margin-bottom: max(30px,3vh);
margin-bottom: max(30px, 3vh);
position: relative;
}
@@ -185,12 +185,13 @@ progress::-moz-progress-bar {
height: 0.5vh;
min-height: 5px;
z-index: 6;
cursor: pointer;
}
.videoComment:hover {
height: 0.9vh;
min-height: 9px;
margin-top: min(-2px ,-0.2vh);
margin-top: min(-2px, -0.2vh);
}
.videoComment:hover img {
@@ -199,10 +200,10 @@ progress::-moz-progress-bar {
.videoComment img {
position: relative;
top: min(-35px,-1.5vh);
top: min(-35px, -1.5vh);
left: 50%;
min-width: 28px;
width: 1vh;
margin-left: min(-14px,-0.5vh);
margin-left: min(-14px, -0.5vh);
cursor: pointer;
}