Fix popup layout widening horizontally. Fix #18

This commit is contained in:
ilyaigpetrov 2021-05-18 15:44:05 +00:00
parent 57a2a8c1ac
commit 0c5dc8eb26

View File

@ -4,7 +4,7 @@ export default function append(document, { flags }) {
document.querySelector('style').innerHTML = `
/* GLOBAL VARIABLES */
:root {
body {
--ribbon-color: #4169e1;
--blue-bg: dodgerblue;
--default-grey: #bfbfbf;