[frontend] Temporary style fix

This commit is contained in:
Lilian 2024-07-09 02:59:01 +02:00
parent 3db19f74e4
commit d06c776ecf
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -34,7 +34,7 @@
</div>
</NavLink>
</div>
<hr/>
<hr class="rule"/>
<button class="sidebar-btn post-btn" @onclick="Open"><Icon Name="Icons.Pencil"></Icon>@Loc["Post"]</button>
</div>

View file

@ -13,6 +13,10 @@
}
}
.rule {
width: 90%;
}
@media (min-width: 1001px) {
.sidebar {