We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280faa9 commit a8195a4Copy full SHA for a8195a4
entrypoints/popup/App.css
@@ -8,6 +8,7 @@
8
9
.card {
10
padding: 2em;
11
+ grid-template-columns: initial;
12
}
13
14
.card > #session-arn-field {
package.json
@@ -2,7 +2,7 @@
2
"name": "aws-management-console-colorize",
3
"description": "Chrome and Firefox extensions to change the header and footer colors of the AWS management console",
4
"private": true,
5
- "version": "0.1.0",
+ "version": "0.1.1",
6
"author": "Masaya Suzuki",
7
"license": "MIT",
"type": "module",
0 commit comments