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:
parent
e9581abbc0
commit
09c821bfc1
@ -331,6 +331,7 @@ $float-button-size: 65px;
|
||||
.root {
|
||||
height: 100dvh;
|
||||
overflow: clip;
|
||||
contain: strict;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user