Merge pull request #1374 from vector-im/dbkr/get_pushers
Get and display a user's pushers in settings
This commit is contained in:
commit
be55882f46
2 changed files with 49 additions and 1 deletions
|
@ -60,3 +60,11 @@ limitations under the License.
|
|||
cursor: pointer;
|
||||
color: #76cfa6;
|
||||
}
|
||||
|
||||
.mx_UserSettings_devicesTable td {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
.mx_UserSettings_devicesTable_nodevices {
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue