U <comment> v XML lze mít více <text>

fix #3 @1h
This commit is contained in:
2021-01-30 20:26:04 +01:00
parent b9c668841d
commit b3836d47a6
5 changed files with 49 additions and 27 deletions

View File

@@ -48,17 +48,19 @@ article {
overflow-y: auto;
}
article img {
max-width: 100%;
max-height: 25vh;
margin: 1em;
}
article img:nth-child(odd) {
float: right;
}
article img:nth-child(even) {
max-width: 25vh;
max-height: 100%;
margin: 0.5em 1em;
padding: .2em;
clear: both;
border: 1px solid #bbb;
border-radius: .2rem;
float: left;
clear: left;
}
article p {
clear: right;
}
article h1:first-child {
@@ -69,6 +71,7 @@ h1,
h2,
h3 {
margin-bottom: 0;
clear: right;
}
h1 {
@@ -154,7 +157,7 @@ article p:last-child {
position: relative;
}
progress {
#video-progress progress {
position: absolute;
width: 100%;
height: 0.5vh;