Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 0073425

Browse files
committed
🐛 Welcome Sizing
Fixes #37
1 parent 4534810 commit 0073425

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/browser/components/welcome/welcome.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ License, v. 2.0. If a copy of the MPL was not distributed with this
44
file, You can obtain one at http://mozilla.org/MPL/2.0/.
55
*/
66
body {
7-
width: 504px;
7+
width: 670px;
88
height: 504px;
99

1010
display: flex;
@@ -51,10 +51,6 @@ body {
5151
margin: 0;
5252
}
5353

54-
#searchList .card {
55-
width: 80px;
56-
}
57-
5854
.cardGroup .card.selected {
5955
border: 2px solid var(--in-content-item-selected);
6056
}

0 commit comments

Comments
 (0)