diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-29 13:42:17 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-29 13:42:17 +0200 |
commit | f5d9558f66ba7b92c6f6ed21796e490a33149dd7 (patch) | |
tree | f30e8b56b2573faea4ceec35f478b3d35bafaf25 /client/src/app/search/search.component.html | |
parent | 8c2b9756f946354c09ff7b6ce5ce7fdae1d8b2b7 (diff) | |
download | PeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.tar.gz PeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.tar.zst PeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.zip |
various display improvements
Diffstat (limited to 'client/src/app/search/search.component.html')
-rw-r--r-- | client/src/app/search/search.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/search/search.component.html b/client/src/app/search/search.component.html index 216905cf0..61a05895e 100644 --- a/client/src/app/search/search.component.html +++ b/client/src/app/search/search.component.html | |||
@@ -9,7 +9,7 @@ | |||
9 | </div> | 9 | </div> |
10 | 10 | ||
11 | <div | 11 | <div |
12 | class="results-filter-button" (click)="isSearchFilterCollapsed = !isSearchFilterCollapsed" role="button" | 12 | class="results-filter-button ml-auto" (click)="isSearchFilterCollapsed = !isSearchFilterCollapsed" role="button" |
13 | [attr.aria-expanded]="!isSearchFilterCollapsed" aria-controls="collapseBasic" | 13 | [attr.aria-expanded]="!isSearchFilterCollapsed" aria-controls="collapseBasic" |
14 | > | 14 | > |
15 | <span class="icon icon-filter"></span> | 15 | <span class="icon icon-filter"></span> |