Page MenuHomePhabricator

[web] [fix] Calendar is on two lines
ClosedPublic

Authored by benschac on Feb 8 2022, 11:36 AM.
Tags
None
Referenced Files
F3306784: D3141.diff
Mon, Nov 18, 10:28 PM
Unknown Object (File)
Fri, Nov 8, 11:52 AM
Unknown Object (File)
Sat, Nov 2, 4:23 AM
Unknown Object (File)
Sat, Nov 2, 4:22 AM
Unknown Object (File)
Sat, Nov 2, 4:22 AM
Unknown Object (File)
Sat, Nov 2, 4:19 AM
Unknown Object (File)
Oct 19 2024, 2:36 AM
Unknown Object (File)
Oct 19 2024, 2:36 AM

Details

Summary

make calendar on one line
before:

Image 2022-02-08 at 2.37.22 PM.jpg (652×1 px, 55 KB)

after:
Image 2022-02-08 at 2.34.30 PM.jpg (372×1 px, 46 KB)

Test Plan

should look like screen shot

Diff Detail

Repository
rCOMM Comm
Branch
current-work
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Since we're using absolute units here, have you made sure the issue doesn't persist at other breakpoints/(reasonable) zoom levels?

This revision is now accepted and ready to land.Feb 8 2022, 12:00 PM
This revision now requires review to proceed.Feb 8 2022, 12:00 PM
  1. Does this work for all the months? (Longest and shortest)
  2. Does this keep the < and > buttons in the same place when you click them?
This revision is now accepted and ready to land.Feb 8 2022, 9:37 PM
In D3141#83178, @ashoat wrote:
  1. Does this work for all the months? (Longest and shortest)
  2. Does this keep the < and > buttons in the same place when you click them?

Screen Recording 2022-02-09 at 10.32.40 AM.gif (300×1 px, 788 KB)
(gif)
yes

In D3141#82950, @atul wrote:

Since we're using absolute units here, have you made sure the issue doesn't persist at other breakpoints/(reasonable) zoom levels?

yes, it breaks with the rest of the layout in the same places it did before. I was never fully responsive.

This revision was automatically updated to reflect the committed changes.