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