1
0
forked from mirror/misskey

tlの最小paddingを小さく

This commit is contained in:
moris 2025-02-10 08:23:56 +09:00
parent 98ade4759b
commit cc311e51d3

View File

@ -21,7 +21,7 @@ const props = withDefaults(defineProps<{
marginMax?: number;
}>(), {
contentMax: null,
marginMin: 12,
marginMin: 8,
marginMax: 24,
});