Styling improvements in popup

pull/91/head
Kevin Payravi 2023-02-14 12:38:12 -06:00
parent d7fbb1a67f
commit 8f75da7d3c
1 changed files with 12 additions and 4 deletions

View File

@ -7,10 +7,10 @@
<title>Indie Wiki Buddy</title>
<style>
body {
width: 550px;
max-width: 96%;
margin: 10px;
font-family: Helvetica, Sans-Serif;
width: 42em;
max-width: 95%;
}
h1 {
@ -118,10 +118,18 @@
#toggles input {
cursor: pointer;
}
#toggles > div {
line-height: 1.2em;
font-size: 1em;
}
#toggles img {
width: 16px;
height: 16px;
max-height: 1.2em;
}
#toggles a {
float: right;
width: 18px;
padding: 0px 10px;
padding-right: 10px;
clear: both;
}
#toggles span {