rework of navigation UI
This commit is contained in:
parent
0a563e6121
commit
c402f329a7
5 changed files with 20 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue