Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 72efdfc

Browse files
committed
set popup height to auto
1 parent 38a771d commit 72efdfc

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

‎src/popup/popup.css

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,15 @@
3636

3737
/* Display size variations */
3838
.small-display {
39-
width: 500px;
40-
height: 600px;
39+
width: 350px;
4140
--base-font-size: 12px;
4241
--button-height: 40px;
4342
--button-width: 170px;
4443
--settings-width: 200px;
4544
}
4645

4746
.medium-display {
48-
width: 600px;
49-
height: 700px;
47+
width: 550px;
5048
--base-font-size: 14px;
5149
--button-height: 45px;
5250
--button-width: 190px;
@@ -57,7 +55,8 @@
5755

5856
.large-display {
5957
width: 700px;
60-
height: 800px;
58+
min-height: auto;
59+
max-height: 1500px;
6160
--base-font-size: 16px;
6261
--button-height: 50px;
6362
--button-width: 210px;
@@ -68,7 +67,7 @@
6867

6968
/* Base styles */
7069
body {
71-
min-width: 400px;
70+
min-width: 500px;
7271
margin: 0;
7372
padding: 0;
7473
font-family: 'Roboto', -apple-system, sans-serif;
@@ -193,14 +192,12 @@ a {
193192
}
194193

195194
.response-container {
196-
width: 100%;
197195
background-color: var(--code-bg-color);
198196
color: var(--text-color);
199197
border-radius: var(--border-radius);
200198
border: 1px solid var(--border-color);
201199
padding: var(--spacing);
202200
margin-bottom: var(--spacing);
203-
max-height: 500px;
204201
overflow-y: auto;
205202
box-sizing: border-box;
206203
font-size: var(--base-font-size);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /