Adjust .find-box-inside responsive style, props avryl, see #26952
git-svn-id: https://develop.svn.wordpress.org/trunk@27461 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c88f6ba1e9
commit
65ac1e6f2d
@ -333,6 +333,12 @@
|
||||
right: 0;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
.find-box-inside {
|
||||
bottom: 69px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 660px ) {
|
||||
|
||||
.find-box {
|
||||
@ -344,9 +350,6 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.find-box-inside {
|
||||
bottom: 69px;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-find-overlay {
|
||||
|
Loading…
Reference in New Issue
Block a user