pročištění kodu
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user