render motds in topic and topics views

This commit is contained in:
2025-11-27 22:25:03 +03:00
parent d0dfd3a4c3
commit 8b5b38e38b
10 changed files with 149 additions and 3 deletions

View File

@@ -1382,6 +1382,33 @@ footer {
overflow: scroll;
}
.motd {
display: flex;
background-color: #f27a5a;
border: 1px solid black;
padding: 6px 8px;
margin: 6px 0;
}
.motd-icon-container {
display: flex;
min-width: 80px;
padding-right: 8px;
}
.motd-content-container {
display: flex;
flex-direction: column;
align-self: center;
flex-grow: 1;
padding-right: 25%;
}
.motd-title {
font-weight: bold;
font-size: larger;
}
#topnav {
border-top-left-radius: 16px;
border-top-right-radius: 16px;