[frontend/components] Update sidebar styling
This commit is contained in:
parent
8bee412401
commit
0df475c06c
2 changed files with 4 additions and 3 deletions
|
@ -42,11 +42,11 @@
|
|||
<span class="text">@Loc["Settings"]</span>
|
||||
</div>
|
||||
</NavLink>
|
||||
</div>
|
||||
<hr class="rule"/>
|
||||
<button class="sidebar-btn post-btn" @onclick="Open">
|
||||
<Icon Name="Icons.Pencil"></Icon>@Loc["Post"]
|
||||
<Icon Name="Icons.Pencil"></Icon>@Loc["Note"]
|
||||
</button>
|
||||
</div>
|
||||
@if (_open)
|
||||
{
|
||||
<ClosingBackdrop OnClose="Close"/>
|
||||
|
|
|
@ -69,9 +69,10 @@
|
|||
background-color: var(--hover-color);
|
||||
}
|
||||
|
||||
|
||||
.post-btn {
|
||||
background: var(--accent-color);
|
||||
justify-self: start;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.rule {
|
||||
|
|
Loading…
Add table
Reference in a new issue