1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-18 15:53:04 +09:00
This commit is contained in:
syuilo 2023-01-07 11:49:04 +09:00
parent d99be6697e
commit ecd6fc1db8

View File

@ -38,13 +38,13 @@ const forceSpacerMin = inject('forceSpacerMin', false) || deviceKind === 'smartp
container-type: inline-size;
}
@container (max-width: 360px) {
@container (max-width: 450px) {
.root {
padding: v-bind('props.marginMin + "px"');
}
}
@container (min-width: 361px) {
@container (min-width: 451px) {
.root {
padding: v-bind('props.marginMax + "px"');
}