ユーザーページで横にページが広がる場合がある問題を修正

This commit is contained in:
syuilo 2020-11-29 21:53:21 +09:00
parent 6fee2d4a27
commit 94c40a3ee5

View File

@ -492,6 +492,7 @@ export default defineComponent({
> .main {
flex: 1;
margin-left: var(--margin);
min-width: 0;
> .nav {
display: flex;