mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-04 17:58:43 +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 {
|
.root {
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
|
contain: strict;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ function openProfile() {
|
|||||||
<style lang="scss" module>
|
<style lang="scss" module>
|
||||||
.root {
|
.root {
|
||||||
--nav-width: 250px;
|
--nav-width: 250px;
|
||||||
--nav-icon-only-width: 80px;
|
--nav-icon-only-width: 72px;
|
||||||
|
|
||||||
flex: 0 0 var(--nav-width);
|
flex: 0 0 var(--nav-width);
|
||||||
width: var(--nav-width);
|
width: var(--nav-width);
|
||||||
|
Loading…
Reference in New Issue
Block a user