Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15457977
D12916.id31072.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.id31072.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' => 'c77368f2',
'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' => 'c77368f2',
'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
@@ -184,8 +184,8 @@
->setFlush(true);
$layout = id(new AphrontMultiColumnView())
- ->addColumn($sidebar, 'third')
- ->addColumn($table_box, 'thirds')
+ ->addColumn($sidebar, 'third phui-sidebar-column')
+ ->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,11 +2,23 @@
* @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%;
}
+.device .phui-calendar-day-view {
+ font-size: 11px;
+}
+
.phui-calendar-day-hour {
width: 60px;
color: {$lightgreytext};
@@ -15,6 +27,14 @@
border-right: 1px solid {$lightgreyborder};
}
+.device .phui-calendar-day-hour {
+ width: 35px;
+ color: {$lightgreytext};
+ text-align: right;
+ padding: 4px 4px;
+ border-right: 1px solid {$lightgreyborder};
+}
+
.phui-calendar-day-view tr {
height: 60px;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 31 2025, 8:18 PM (5 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7728335
Default Alt Text
D12916.id31072.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