Skip to content

Commit 510066a

Browse files
authored
Merge pull request phpbb#6886 from cabot/ticket/17567
[ticket/17567] Change wrap's min-width
2 parents 1dcb7e1 + 8e39a61 commit 510066a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

phpBB/styles/prosilver/theme/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ a:hover {
154154
border: solid transparent;
155155
border-width: 0 1px 1px;
156156
border-radius: 0 0 8px 8px;
157-
min-width: 625px;
157+
min-width: 320px;
158158
max-width: 1152px;
159159
margin: 0 auto;
160160
padding: 0 15px 15px;

phpBB/styles/prosilver/theme/responsive.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@
182182
.wrap {
183183
border: none;
184184
border-radius: 0;
185-
min-width: 390px;
186-
margin: 0 !important;
185+
box-sizing: border-box;
187186
padding: 0 5px;
188187
}
189188

@@ -863,7 +862,7 @@
863862
}
864863
}
865864

866-
@media (max-width: 1220px) {
865+
@media (min-width: 751px) and (max-width: 1200px) {
867866
.wrap {
868867
margin: 0 12px;
869868
}

0 commit comments

Comments
 (0)