Skip to content
Snippets Groups Projects
Commit 87b2f51e authored by jomo's avatar jomo
Browse files

fix #202

Popup width is fixed to 320px when the extension
is pinned to overflow menu. The fixed width might
change in the future, but the popup is responsive
so we're only setting a max-width rather than a
fixed width.
parent a45c55b4
No related branches found
No related tags found
1 merge request!203Fix #202 by allowing variable popup widths
......@@ -11,7 +11,7 @@ body {
margin: 0 auto;
overflow: hidden;
padding: 0;
width: 348px;
max-width: 348px;
}
header {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment