Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15580812
D12916.id.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
D12916.id.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
@@ -120,7 +120,7 @@
'rsrc/css/layout/phabricator-hovercard-view.css' => 'dd9121a9',
'rsrc/css/layout/phabricator-side-menu-view.css' => 'c1db9e9c',
'rsrc/css/layout/phabricator-source-code-view.css' => '2ceee894',
- 'rsrc/css/phui/calendar/phui-calendar-day.css' => '3b4a65d8',
+ 'rsrc/css/phui/calendar/phui-calendar-day.css' => 'c0cf782a',
'rsrc/css/phui/calendar/phui-calendar-list.css' => '3e713fc7',
'rsrc/css/phui/calendar/phui-calendar-month.css' => '017a953b',
'rsrc/css/phui/calendar/phui-calendar.css' => '8345be98',
@@ -761,7 +761,7 @@
'phui-box-css' => '7b3a2eed',
'phui-button-css' => 'de610129',
'phui-calendar-css' => '8345be98',
- 'phui-calendar-day-css' => '3b4a65d8',
+ 'phui-calendar-day-css' => 'c0cf782a',
'phui-calendar-list-css' => '3e713fc7',
'phui-calendar-month-css' => '017a953b',
'phui-crumbs-view-css' => '594d719e',
diff --git a/src/view/phui/calendar/PHUICalendarDayView.php b/src/view/phui/calendar/PHUICalendarDayView.php
--- a/src/view/phui/calendar/PHUICalendarDayView.php
+++ b/src/view/phui/calendar/PHUICalendarDayView.php
@@ -185,7 +185,7 @@
$layout = id(new AphrontMultiColumnView())
->addColumn($sidebar, 'third')
- ->addColumn($table_box, 'thirds')
+ ->addColumn($table_box, 'thirds phui-day-view-column')
->setFluidLayout(true)
->setGutter(AphrontMultiColumnView::GUTTER_MEDIUM);
diff --git a/webroot/rsrc/css/phui/calendar/phui-calendar-day.css b/webroot/rsrc/css/phui/calendar/phui-calendar-day.css
--- a/webroot/rsrc/css/phui/calendar/phui-calendar-day.css
+++ b/webroot/rsrc/css/phui/calendar/phui-calendar-day.css
@@ -2,6 +2,14 @@
* @provides phui-calendar-day-css
*/
+.device .phui-day-view-column {
+ display: none;
+}
+
+.device .phui-calendar-list-container {
+ width: 100%;
+}
+
.phui-calendar-day-view {
overflow: scroll;
width: 100%;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 8, 7:53 AM (11 h, 45 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7331814
Default Alt Text
D12916.id.diff (2 KB)
Attached To
Mode
D12916: Mobile day view should display event list, not day table
Attached
Detach File
Event Timeline
Log In to Comment