logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 54318d31fe7d9167a4b6e991db4fdaebac24a104
parent f3d97cf917172735d9058ad4f308ea401832e7d6
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Fri, 15 Jul 2022 19:30:32 -0400

Fix announcement buttons style on narrow screens

Diffstat:

Msrc/components/announcement/announcement.vue5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/announcement/announcement.vue b/src/components/announcement/announcement.vue @@ -124,10 +124,11 @@ .footer .actions { display: flex; flex-direction: row; - justify-content: space-around; + justify-content: space-evenly; .btn { - min-width: 10em; + flex: 1; + margin: 1em; } } }