1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 07:05:34 +02:00

chore(client): tweak style

This commit is contained in:
syuilo
2022-07-03 16:36:13 +09:00
parent 1cc8fd54c0
commit 4774bc1f47
3 changed files with 8 additions and 6 deletions

View File

@@ -118,10 +118,12 @@ defineExpose<WidgetComponentExpose>({
.ekmkgxbk {
> .feed {
--height: 42px;
padding: 0;
font-size: 0.9em;
line-height: 42px;
height: 42px;
line-height: var(--height);
height: var(--height);
contain: strict;
::v-deep(.item) {
display: inline-flex;