mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Day min-height on mobile month calendar should be shorter.
Summary: Closes T8190, Day min-height on mobile month calendar should be shorter. Test Plan: Mobile view of month view should fit on a mobile screen. Reviewers: chad, #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8190 Differential Revision: https://secure.phabricator.com/D12847
This commit is contained in:
parent
87bf532c41
commit
0228cdb7e2
2 changed files with 5 additions and 5 deletions
|
@ -122,7 +122,7 @@ return array(
|
|||
'rsrc/css/layout/phabricator-source-code-view.css' => '2ceee894',
|
||||
'rsrc/css/phui/calendar/phui-calendar-day.css' => '38891735',
|
||||
'rsrc/css/phui/calendar/phui-calendar-list.css' => 'c1d0ca59',
|
||||
'rsrc/css/phui/calendar/phui-calendar-month.css' => 'e7ee38c6',
|
||||
'rsrc/css/phui/calendar/phui-calendar-month.css' => '3150cfbf',
|
||||
'rsrc/css/phui/calendar/phui-calendar.css' => '8675968e',
|
||||
'rsrc/css/phui/phui-action-header-view.css' => '89c497e7',
|
||||
'rsrc/css/phui/phui-action-list.css' => '4f4d09f2',
|
||||
|
@ -763,7 +763,7 @@ return array(
|
|||
'phui-calendar-css' => '8675968e',
|
||||
'phui-calendar-day-css' => '38891735',
|
||||
'phui-calendar-list-css' => 'c1d0ca59',
|
||||
'phui-calendar-month-css' => 'e7ee38c6',
|
||||
'phui-calendar-month-css' => '3150cfbf',
|
||||
'phui-crumbs-view-css' => '594d719e',
|
||||
'phui-document-view-css' => '94d5dcd8',
|
||||
'phui-feed-story-css' => 'c9f3a0b5',
|
||||
|
|
|
@ -31,7 +31,7 @@ table.phui-calendar-view td {
|
|||
}
|
||||
|
||||
.device .phui-calendar-month-event-list .phui-calendar-month-cell-div {
|
||||
min-height: 60px;
|
||||
min-height: 32px;
|
||||
}
|
||||
|
||||
a.phui-calendar-month-secret-link {
|
||||
|
@ -58,7 +58,7 @@ table.phui-calendar-view tr td:first-child {
|
|||
.device .phui-calendar-month-event-count {
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding-top: 12px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.phui-calendar-month-event-count .phui-calendar-month-count-badge {
|
||||
|
@ -69,7 +69,7 @@ table.phui-calendar-view tr td:first-child {
|
|||
border-radius: 50%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
padding: 5px 3px 0px 3px;
|
||||
padding: 4px 2px 0px 2px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue