mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
minor css tweaks on beastify popup
This commit is contained in:
@@ -1,14 +1,10 @@
|
|||||||
html, body {
|
html, body {
|
||||||
height: 100px;
|
|
||||||
width: 100px;
|
width: 100px;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.beast {
|
.beast {
|
||||||
height: 30%;
|
|
||||||
width: 90%;
|
|
||||||
margin: 3% auto;
|
margin: 3% auto;
|
||||||
padding-top: 6%;
|
padding: 4px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
background-color: #E5F2F2;
|
background-color: #E5F2F2;
|
||||||
|
|||||||
Reference in New Issue
Block a user