adjusting look for iphone
This commit is contained in:
@@ -2,8 +2,9 @@
|
|||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 500px;
|
width: 300px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
font-family: system-ui;
|
font-family: system-ui;
|
||||||
@@ -15,7 +16,7 @@ label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
width: 32em;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#priv-key, #pub-key {
|
#priv-key, #pub-key {
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
<link rel="stylesheet" href="popup.css">
|
<link rel="stylesheet" href="popup.css">
|
||||||
<script defer src="popup.build.js"></script>
|
<script defer src="popup.build.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user