make otomotone theme a bit rounder

This commit is contained in:
2025-11-29 04:02:15 +03:00
parent 8164e63b09
commit 0bed6b58ae
2 changed files with 41 additions and 1 deletions

View File

@@ -1415,6 +1415,25 @@ footer {
border: 10px solid rgb(40, 40, 40);
}
#bottomnav {
margin-top: 10px;
border: 10px solid rgb(40, 40, 40);
}
footer {
margin-top: 10px;
}
.infobox, .motd {
border-radius: 8px;
}
.thread-sticky-container {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.thread-locked-container {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}