Skip to content

Commit cb38435

Browse files
committed
[spalenque] - fix popup styles for mobile view
1 parent af6e0a6 commit cb38435

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

css/widget-styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,8 @@
158158
.ossw-search-results .ossw-container {
159159
position: fixed;
160160
top: 0;
161-
left: 50%;
162-
margin: 64px 0 0 -320px;
163-
max-width: 640px;
161+
left: 20%;
162+
margin: 64px 0 0 0;
164163
width: 60%;
165164
height: 80%;
166165
-webkit-box-sizing: border-box;

0 commit comments

Comments
 (0)