Skip to content

Commit a8195a4

Browse files
authored
Fix options and popup pages style for Firefox (#28)
1 parent 280faa9 commit a8195a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

entrypoints/popup/App.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
.card {
1010
padding: 2em;
11+
grid-template-columns: initial;
1112
}
1213

1314
.card > #session-arn-field {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-management-console-colorize",
33
"description": "Chrome and Firefox extensions to change the header and footer colors of the AWS management console",
44
"private": true,
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"author": "Masaya Suzuki",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)