jerrykuku / luci-theme-argon

Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic and manual switching between light and dark modes.
Apache License 2.0
3.94k stars 786 forks source link

attended-sysupgrade: align buttons #452

Closed McGiverGim closed 9 months ago

McGiverGim commented 10 months ago

The buttons in the attended-sysupgrade are misaligned: image

This happens because the cbi-button has a margin-top. This seems to have been done to give some room to the principal button of the main page. So to fix it, better to restrict this margin to the view of the main page.

After the change: image

castillofrancodamian commented 10 months ago

Only in this application? Also seen throughout LuCI.

McGiverGim commented 10 months ago

There are in other places, but for different reasons.