diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-07-24 12:05:36 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-07-29 18:15:53 +0200 |
commit | 225a7682e68d81c3c90ff50e704db4ab5f81a341 (patch) | |
tree | bf73366c25a05a2dacf5c827c3b0d4b1f96d5b61 /client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html | |
parent | 66927c0588b050f23ad3f98d62b48307bc7e79e7 (diff) | |
download | PeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.tar.gz PeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.tar.zst PeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.zip |
adapt notifications buttons for small screens
Diffstat (limited to 'client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html')
-rw-r--r-- | client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html index 8de152b5e..a60ed885d 100644 --- a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html +++ b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html | |||
@@ -5,7 +5,7 @@ | |||
5 | Notification preferences | 5 | Notification preferences |
6 | </a> | 6 | </a> |
7 | 7 | ||
8 | <div class="peertube-select-container peertube-select-button ml-2"> | 8 | <div class="peertube-select-container peertube-select-button ml-2 mr-2"> |
9 | <select [(ngModel)]="notificationSortType" (ngModelChange)="onChangeSortColumn()" class="form-control"> | 9 | <select [(ngModel)]="notificationSortType" (ngModelChange)="onChangeSortColumn()" class="form-control"> |
10 | <option value="undefined" disabled>Sort by</option> | 10 | <option value="undefined" disabled>Sort by</option> |
11 | <option value="createdAt" i18n>Newest first</option> | 11 | <option value="createdAt" i18n>Newest first</option> |