Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15419293
D12221.id29365.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D12221.id29365.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -7,7 +7,7 @@
*/
return array(
'names' => array(
- 'core.pkg.css' => '6088c5b0',
+ 'core.pkg.css' => 'ad650d52',
'core.pkg.js' => '0c88e7f6',
'darkconsole.pkg.js' => '8ab24e01',
'differential.pkg.css' => '3500921f',
@@ -20,7 +20,7 @@
'rsrc/css/aphront/dark-console.css' => '6378ef3d',
'rsrc/css/aphront/dialog-view.css' => 'd2e76b88',
'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d',
- 'rsrc/css/aphront/list-filter-view.css' => '2ae43867',
+ 'rsrc/css/aphront/list-filter-view.css' => '18b7e144',
'rsrc/css/aphront/multi-column.css' => 'fd18389d',
'rsrc/css/aphront/notification.css' => '9c279160',
'rsrc/css/aphront/pager-view.css' => '2e3539af',
@@ -501,7 +501,7 @@
'aphront-bars' => '231ac33c',
'aphront-dark-console-css' => '6378ef3d',
'aphront-dialog-view-css' => 'd2e76b88',
- 'aphront-list-filter-view-css' => '2ae43867',
+ 'aphront-list-filter-view-css' => '18b7e144',
'aphront-multi-column-view-css' => 'fd18389d',
'aphront-pager-view-css' => '2e3539af',
'aphront-panel-view-css' => '8427b78d',
diff --git a/webroot/rsrc/css/aphront/list-filter-view.css b/webroot/rsrc/css/aphront/list-filter-view.css
--- a/webroot/rsrc/css/aphront/list-filter-view.css
+++ b/webroot/rsrc/css/aphront/list-filter-view.css
@@ -14,8 +14,14 @@
padding: 0;
}
+.device-phone .aphront-list-filter-view {
+ padding: 0 8px 8px;
+}
+
.device-phone .aphront-list-filter-wrap {
- margin: 0 8px;
+ margin: 0;
+ border: none;
+ border-bottom: 1px solid {$lightblueborder};
}
.aphront-list-filter-view-content .phui-form-view {
@@ -24,6 +30,10 @@
padding: 12px 0 6px;
}
+.device-phone .aphront-list-filter-view-content .phui-form-view {
+ padding: 0;
+}
+
/* When a list filter view contains two consecuitive forms, lay them out
without much white space in between them so they look more contiugous. At
the time of writing, this is used only in the Diffusion repository search
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 22 2025, 5:05 AM (6 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224083
Default Alt Text
D12221.id29365.diff (2 KB)
Attached To
Mode
D12221: Less janky searching on mobile devices
Attached
Detach File
Event Timeline
Log In to Comment