1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-23 22:56:53 +09:00

Merge remote-branch 'misskey/develop'

This commit is contained in:
NoriDev 2023-06-01 14:30:44 +09:00
parent e9581abbc0
commit 09c821bfc1
2 changed files with 2 additions and 1 deletions

View File

@ -331,6 +331,7 @@ $float-button-size: 65px;
.root {
height: 100dvh;
overflow: clip;
contain: strict;
box-sizing: border-box;
display: flex;

View File

@ -112,7 +112,7 @@ function openProfile() {
<style lang="scss" module>
.root {
--nav-width: 250px;
--nav-icon-only-width: 80px;
--nav-icon-only-width: 72px;
flex: 0 0 var(--nav-width);
width: var(--nav-width);