Closed AntoninDelFabbro closed 3 years ago
Thanks! Adding some mobile-friendly style fixes to yours.
Changed pop-up width, that 350px value caused an overflow issue, quite disturbing
Try to rename the items so that we have equal width for our navigation bar. Also, we need to have a min-width to keep the UI not to shrink too much.
Hi ! Minor changes :
<!DOCTYPE html>
;<link rel="stylesheet" href="index.css">
into<head>
;<style>
in<head>
, and removed the usefulnesstype="text/css"
;max-width
/min-width
in Options page (full-width page is causing accidental enabling/disabling functionalities, UX stuff) ;350px
value caused an overflow issue, quite disturbing (in French at least). Thanks !