Skip to content

Conversation

@Valenreynoso17
Copy link
Contributor

This PR will solve the following issue in ActivityLog: Fix responsiveness in TimestampFilterDialog #93

Copy link
Member

@javier-godoy javier-godoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, note that commits of type style: addresses changes such as formatting. Fixes to styling issues must have type fix:

buttonsLayout.add(new DayOfWeekButton(DayOfWeek.SATURDAY, "S"));

buttonsLayout.setWidthFull();
buttonsLayout.setJustifyContentMode(JustifyContentMode.CENTER);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style in CSS file (otherwise it cannot be overriden)

*/
public DayOfWeekSelector() {
getStyle().set("padding", "var(--lumo-space-m)");
getStyle().set("width", "100%");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace with setWidthFull();

@javier-godoy javier-godoy changed the title style: fix responsiveness on mobile resolutions fix: fix responsiveness on mobile resolutions Jan 25, 2024
@javier-godoy
Copy link
Member

Close #3

@javier-godoy javier-godoy merged commit a668782 into master Jan 26, 2024
@javier-godoy javier-godoy deleted the fix-responsiveness branch January 26, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants