steve icon indicating copy to clipboard operation
steve copied to clipboard

Adapt style.css for mobile devices

Open fnkbsi opened this issue 1 year ago • 2 comments

For a better administration of Steve from a mobile device the style.css could use some changes.

Add differentiation between mobile devices and desktop in style.css. Add meta tag with viewport attribute to the html code. 00-charging-profile.jsp: At the removeRow button in periodsTable changed class=removeRow to id=removeRow. Add to both buttons in periodsTable the attribute class="btnScheduleRow" (use this class in css). In the snippet schedulePeriodsTable.js change the selector from class (.removeRow) to id (#removeRow)

fnkbsi avatar Mar 28 '24 14:03 fnkbsi

hey @fnkbsi are these changes finished and stable?

goekay avatar Jun 23 '24 07:06 goekay

@goekay: The style looks only good on some smartphones. I can't recommend to merge this PR in master. Currently I can't work on it, so should I delete the PR or keep it as inspiration for others?

fnkbsi avatar Jun 23 '24 17:06 fnkbsi