Page MenuHomePhabricator

D12916.id31073.diff
No OneTemporary

D12916.id31073.diff

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' => '451d124b',
'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' => '451d124b',
'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,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};

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 9, 8:47 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6763429
Default Alt Text
D12916.id31073.diff (2 KB)

Event Timeline