diff options
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r-- | src/pages/popup/style.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index 82adfded..6c258d75 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -1,5 +1,5 @@ body { - width: 230px; + width: 270px; min-height: auto; } @@ -16,6 +16,14 @@ body { display: flex; margin: 0 auto; justify-content: space-between; +} + +.button svg { + width: 26px; + height: 26px; +} + +.bottom-button { width: 100%; } @@ -33,9 +41,13 @@ div.block label { margin: 0; font-size: 18px; font-weight: bold; - max-width: 160px; + max-width: 180px; } div.block label:hover { cursor: pointer; +} + +div.block div { + display: flex; } \ No newline at end of file |