about summary refs log tree commit diff stats
path: root/src/pages/popup/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r--src/pages/popup/style.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css
index 6c258d75..5e39b4ed 100644
--- a/src/pages/popup/style.css
+++ b/src/pages/popup/style.css
@@ -36,7 +36,6 @@ input {
 	width: 46px;
 }
 
-
 div.block label {
 	margin: 0;
 	font-size: 18px;
@@ -50,4 +49,17 @@ div.block label:hover {
 
 div.block div {
 	display: flex;
+}
+
+html.mobile body {
+	width: 100%;
+}
+
+html.mobile div.block label {
+	font-size: 24px;
+}
+
+html.mobile .button svg {
+	width: 30px;
+	height: 30px;
 }
\ No newline at end of file