rework of navigation UI

This commit is contained in:
ari melody 2025-07-10 22:32:54 +01:00
parent 0a563e6121
commit c402f329a7
Signed by: ari
GPG key ID: CF99829C92678188
5 changed files with 20 additions and 22 deletions

View file

@ -73,9 +73,6 @@
</div>
<style>
.post-container:first-of-type {
border-top: none;
}
.post-container {
width: 732px;
max-width: 732px;
@ -83,6 +80,9 @@
flex-direction: column;
border-top: 1px solid color-mix(in srgb, transparent, var(--text) 25%);
}
.post-container:first-of-type {
border-top: none;
}
.post {
padding: 16px;