logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: cc922029fb5e574830a185642f24747b9b9933f4
parent cc184858cdc197984a8d6fce069a95ac2143835f
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 30 Dec 2024 01:22:17 +0200

resize button to compensate for added width of dropdown

Diffstat:

Msrc/components/post_status_form/post_status_form.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/post_status_form/post_status_form.scss b/src/components/post_status_form/post_status_form.scss @@ -12,7 +12,7 @@ height: 2.5em; .post-button { - width: 10em; + width: 7.5em; } p {