Skip to content

Commit 2b502df

Browse files
authored
style(chrome-extension): update padding for popup layout with responsive design (#687)
1 parent 8661c97 commit 2b502df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/chrome-extension/src/extension/popup.less

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,15 @@ html {
2828
width: 100%;
2929
height: 100%;
3030
box-sizing: border-box;
31-
padding: @layout-extension-space-vertical 25px 0 25px;
31+
padding: 12px 12px 0;
3232
background: #FFF;
3333
display: flex;
3434
flex-direction: column;
3535

36+
@media screen and (min-width: 800px) {
37+
padding: 20px 20px 0;
38+
}
39+
3640
.tabs-container {
3741
flex-grow: 1;
3842
min-height: 0;

0 commit comments

Comments
 (0)