[frontend] Temporary style fix
This commit is contained in:
parent
3db19f74e4
commit
d06c776ecf
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.rule {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 1001px) {
|
||||
.sidebar {
|
||||
|
|
Loading…
Add table
Reference in a new issue