Make submit forms/buttons more responsive for mobile #546

Closed
marek-lach wants to merge 6 commits from make-submit-buttons-responsive-for-mobile into master
marek-lach commented 5 years ago (Migrated from github.com)

A blind attempt to resolve submit buttons not resizing on very small screens and input forms not resizing either.

This would need to be tested on a test setup first, which I didn't test, to figure out if it didn't break any desktop sizes.

A blind attempt to resolve submit buttons not resizing on very small screens and input forms not resizing either. This would need to be tested on a test setup first, which I didn't test, to figure out if it didn't break any desktop sizes.
codecov[bot] commented 5 years ago (Migrated from github.com)

Codecov Report

Merging #546 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #546   +/-   ##
=======================================
  Coverage   43.97%   43.97%           
=======================================
  Files          68       68           
  Lines        7890     7890           
=======================================
  Hits         3470     3470           
  Misses       4420     4420
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/546?src=pr&el=h1) Report > Merging [#546](https://codecov.io/gh/Plume-org/Plume/pull/546?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/ff92ac07631f0e490f308f1157127ce12c6c15d1?src=pr&el=desc) will **not change** coverage. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## master #546 +/- ## ======================================= Coverage 43.97% 43.97% ======================================= Files 68 68 Lines 7890 7890 ======================================= Hits 3470 3470 Misses 4420 4420 ```
Owner

You can test it live on https://pr-546.joinplu.me/

You can test it live on https://pr-546.joinplu.me/
This pull request cannot be reopened because the branch was deleted.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b make-submit-buttons-responsive-for-mobile master
git pull origin make-submit-buttons-responsive-for-mobile

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff make-submit-buttons-responsive-for-mobile
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#546
Loading…
There is no content yet.