[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>
|
</div>
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr class="rule"/>
|
||||||
<button class="sidebar-btn post-btn" @onclick="Open"><Icon Name="Icons.Pencil"></Icon>@Loc["Post"]</button>
|
<button class="sidebar-btn post-btn" @onclick="Open"><Icon Name="Icons.Pencil"></Icon>@Loc["Post"]</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rule {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 1001px) {
|
@media (min-width: 1001px) {
|
||||||
.sidebar {
|
.sidebar {
|
||||||
|
|
Loading…
Add table
Reference in a new issue