2013-08-08 22:43:33 +02:00
|
|
|
/**
|
|
|
|
* @provides conpherence-notification-css
|
|
|
|
*/
|
|
|
|
|
2016-10-03 21:20:00 +02:00
|
|
|
.phabricator-notification.conpherence-notification {
|
2013-08-08 22:43:33 +02:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification .conpherence-menu-item-view {
|
|
|
|
display: block;
|
2017-04-13 05:44:32 +02:00
|
|
|
height: 48px;
|
2013-08-08 22:43:33 +02:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
text-decoration: none;
|
2013-08-09 21:47:31 +02:00
|
|
|
border-bottom: none;
|
2013-08-08 22:43:33 +02:00
|
|
|
border-right: 0;
|
2013-08-09 21:47:31 +02:00
|
|
|
border-left: 0;
|
2013-08-08 22:43:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification .conpherence-menu-item-view
|
|
|
|
.conpherence-menu-item-image {
|
2014-05-28 00:26:16 +02:00
|
|
|
top: 8px;
|
|
|
|
left: 8px;
|
2013-08-08 22:43:33 +02:00
|
|
|
display: block;
|
|
|
|
position: absolute;
|
2017-04-13 05:44:32 +02:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
2015-05-13 17:14:47 +02:00
|
|
|
background-size: 100%;
|
2015-06-19 21:44:08 +02:00
|
|
|
border-radius: 3px;
|
2013-08-08 22:43:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification .conpherence-menu-item-view
|
|
|
|
.conpherence-menu-item-title {
|
|
|
|
display: block;
|
2014-05-28 00:26:16 +02:00
|
|
|
margin-top: 8px;
|
2017-04-13 05:44:32 +02:00
|
|
|
margin-left: 48px;
|
2013-08-08 22:43:33 +02:00
|
|
|
text-align: left;
|
|
|
|
font-weight: bold;
|
2015-06-26 18:33:03 +02:00
|
|
|
font-size: {$normalfontsize};
|
2014-05-28 00:26:16 +02:00
|
|
|
color: {$darkgreytext};
|
2015-04-13 20:31:34 +02:00
|
|
|
width: 314px;
|
2013-08-08 22:43:33 +02:00
|
|
|
text-overflow: ellipsis;
|
2014-05-28 00:26:16 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2013-08-08 22:43:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification .conpherence-menu-item-view
|
|
|
|
.conpherence-menu-item-subtitle {
|
|
|
|
display: block;
|
2014-05-28 00:26:16 +02:00
|
|
|
color: {$lightgreytext};
|
2015-06-26 18:33:03 +02:00
|
|
|
font-size: {$smallestfontsize};
|
2017-04-13 05:44:32 +02:00
|
|
|
margin-left: 48px;
|
2015-04-16 01:19:18 +02:00
|
|
|
width: 290px;
|
2015-04-13 20:31:34 +02:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2013-08-08 22:43:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification .conpherence-menu-item-view
|
|
|
|
.conpherence-menu-item-unread-count {
|
|
|
|
position: absolute;
|
2014-05-28 00:26:16 +02:00
|
|
|
right: 8px;
|
2013-08-08 22:43:33 +02:00
|
|
|
top: 15px;
|
2014-05-28 00:26:16 +02:00
|
|
|
background: {$blue};
|
|
|
|
border-radius: 2px;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 5px 1px;
|
2015-06-26 18:33:03 +02:00
|
|
|
font-size: {$smallestfontsize};
|
2013-08-08 22:43:33 +02:00
|
|
|
}
|
2016-10-01 20:30:24 +02:00
|
|
|
|
|
|
|
.phabricator-notification .no-room-notification {
|
|
|
|
color: {$lightgreytext};
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification-header .persistent-option {
|
|
|
|
white-space: nowrap;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification-header .persistent-option span {
|
|
|
|
margin-left: 4px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: {$greytext};
|
|
|
|
}
|
Mobile: hide unuseful "Persistent Chat" checkbox
Summary:
On mobile devices like tablets or toasters the "Persistent Chat"
floating widget is already hidden.
So, the related checkbox available from the top navigation bar
is just confusing on tablet and mobile devices / toasters, since
that nice checkbox does nothing there.
On mobile and tablet, this is the graphical change:
| Before | After |
|----------|-----------|
|{F281239} | {F281235} |
This change do not change anything for desktop devices.
So, on desktop, that checkbox is obviously still visible.
Closes T15240
Test Plan:
- test on tablet and below: now the checkbox should be not visible
- test on desktop: the checkbox should still be visible
Reviewers: O1 Blessed Committers, Cigaryno, bfs, speck
Reviewed By: O1 Blessed Committers, Cigaryno, bfs, speck
Subscribers: avivey, bfs, dcog, chris, speck, tobiaswiese, Matthew, Cigaryno
Maniphest Tasks: T15240
Differential Revision: https://we.phorge.it/D25120
2023-06-09 14:46:54 +02:00
|
|
|
|
|
|
|
/* On small devices the Persistent Chat is already hidden, and so its option */
|
|
|
|
.device .phabricator-notification-header .persistent-option {
|
|
|
|
display: none;
|
|
|
|
}
|