mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
13 lines
106 B
CSS
13 lines
106 B
CSS
html, body {
|
|
width: 350px;
|
|
}
|
|
|
|
a {
|
|
margin: 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.panel {
|
|
margin: 5px;
|
|
}
|