mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 19:35:53 +03:00
[GH-ISSUE #66] Issues with Argon Theme #50
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-3ginfo-lite#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stich86 on GitHub (Apr 8, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/66
Hi @4IceG,
i've instellad on my BPI-R3-Mini the Argon Theme, but 3ginfo-lite has some graphical issue like "SIM card" icon not alligned and the text "More information about the 3ginfo on the eko.one.pl forum." that goes out the div when page is resized, here is some example?
how to play with the DIV to align "SIM card" icon and avoid overlap of info text?
Enlarge window:
Resize window (small horizontal lenght):
thanks for any tips :)
@4IceG commented on GitHub (Apr 8, 2024):
Hi @stich86 , now I know why I don't use third-party themes 😄.
From what I can see, the material theme (Argon works on this theme) has a problem with the ifacebox object, I don't know if it is not described there or if it is there but defined differently (I did not investigate). On the luci-theme-openwrt-2020 theme it looks acceptable.
Unofficial themes are nice as long as they are maintained and supported.
@stich86 commented on GitHub (Apr 8, 2024):
I understand..
I'm tweaking a little bit playing with padding, I can get good alignment
Just figure out where to add these mods. In which JS are this page generated? 3gdetail.js?
Thx
@4IceG commented on GitHub (Apr 8, 2024):
I know where I set it Link, the question is whether setting it permanently will not ruin the appearance of other themes.
In this case, it would be best to add a css file with the missing description for ifacebox Link. I'm just not sure that it will work with every theme.
Have you tried adding the missing css sections to the Argon theme?