Skip to content

Commit 73d23a4

Browse files
jankeromnessvenefftinge
authored andcommitted
[mini-browser] Make the mini-browser background white again.
Fixes #3969 Signed-off-by: Jan Keromnes <[email protected]>
1 parent b0c99c1 commit 73d23a4

File tree

1 file changed

+2
-1
lines changed
  • packages/mini-browser/src/browser/style

1 file changed

+2
-1
lines changed

packages/mini-browser/src/browser/style/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,14 @@
9696
}
9797

9898
.theia-mini-browser-content-area {
99+
background-color: white;
99100
position: relative;
100101
display: flex;
101102
height: 100%;
102103
width: 100%;
103104
flex-direction: column;
104105
overflow: hidden;
105-
padding-top: 6px;
106+
margin-top: 6px;
106107
}
107108

108109
.theia-mini-browser-pdf-container {

0 commit comments

Comments
 (0)