mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-10 07:13:58 +02:00
chore(client): tweak style
This commit is contained in:
@@ -98,7 +98,7 @@ defineExpose({
|
||||
}
|
||||
|
||||
> .header {
|
||||
$height: 58px;
|
||||
$height: 46px;
|
||||
$height-narrow: 42px;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
@@ -138,6 +138,7 @@ defineExpose({
|
||||
}
|
||||
|
||||
> .body {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
background: var(--panel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user