Skip to content
Snippets Groups Projects

Fix #202 by allowing variable popup widths

Merged Ghost User requested to merge jomo:fix-popup-width into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -11,7 +11,7 @@ body {
margin: 0 auto;
overflow: hidden;
padding: 0;
width: 348px;
max-width: 348px;
}
header {
Loading