Use HTMX in UE details

This commit is contained in:
2026-08-26 21:56:39 +02:00
parent 7808ca3688
commit 13829c0945
10 changed files with 367 additions and 247 deletions
+8 -5
View File
@@ -205,14 +205,14 @@ $pedagogy-white-text: #f0f0f0;
grid-area: hours-the;
}
#leave_comment_not_allowed {
.leave-comment-not-allowed {
p {
text-align: center;
color: red;
}
}
#leave_comment {
.leave-comment {
.leave-comment-grid-container {
display: grid;
grid-template-columns: 270px auto;
@@ -246,9 +246,11 @@ $pedagogy-white-text: #f0f0f0;
margin-top: 20px;
}
input[type="submit"] {
float: right;
.right {
display: flex;
justify-content: flex-end;
}
}
.ue-details-container {
@@ -410,8 +412,9 @@ $pedagogy-white-text: #f0f0f0;
padding-left: 10px;
}
.actions {
.action {
float: right;
margin-top: 0;
}
}