save broken

This commit is contained in:
isUnknown 2024-03-10 19:24:24 +01:00
parent 94d404288f
commit f04e9a66fb
17 changed files with 184 additions and 81 deletions

12
assets/dist/style.css vendored
View file

@ -308,20 +308,20 @@ button.toggle.right.open:before {
#organize {
margin-bottom: calc(var(--unit--vertical));
}
.article {
.texts {
position: relative;
margin-bottom: calc(var(--unit--vertical) * 2);
box-sizing: border-box;
}
.article__infos,
.article__labels {
.texts__infos,
.texts__labels {
transform: translateY(calc(0rem - (var(--unit--vertical) * 0.1)));
}
.article__infos,
.article__labels {
.texts__infos,
.texts__labels {
display: flex;
}
.article .label {
.texts .label {
margin-right: var(--unit--horizontal);
text-decoration: underline;
text-decoration-style: dotted;