diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-14 15:35:44 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-14 15:35:44 +0900 |
| commit | b0a251d231b18007e0801dbf3517102c6b455320 (patch) | |
| tree | c796d622f0acd22f216c592a710ef5c0c0c52aec /packages/frontend/src/components | |
| parent | Bump version to 2024.10.1-beta.6 (diff) | |
| download | misskey-b0a251d231b18007e0801dbf3517102c6b455320.tar.gz misskey-b0a251d231b18007e0801dbf3517102c6b455320.tar.bz2 misskey-b0a251d231b18007e0801dbf3517102c6b455320.zip | |
:art:
Diffstat (limited to 'packages/frontend/src/components')
| -rw-r--r-- | packages/frontend/src/components/global/MkAd.vue | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/frontend/src/components/global/MkAd.vue b/packages/frontend/src/components/global/MkAd.vue index 792a087148..0d68d02e35 100644 --- a/packages/frontend/src/components/global/MkAd.vue +++ b/packages/frontend/src/components/global/MkAd.vue @@ -136,8 +136,6 @@ function reduceFrequency(): void { } &.form_horizontal { - padding: 8px; - > .link, > .link > .img { max-width: min(600px, 100%); @@ -146,8 +144,6 @@ function reduceFrequency(): void { } &.form_horizontalBig { - padding: 8px; - > .link, > .link > .img { max-width: min(600px, 100%); |