mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-01-10 04:07:35 +02:00
Fixing sorting dropdown alignment. Fixes #580
This commit is contained in:
parent
853fc2657e
commit
d25d3c4aaf
@ -1,4 +1,4 @@
|
||||
.container-fluid{
|
||||
.container-fluid {
|
||||
background-color: #e9ecef;
|
||||
}
|
||||
|
||||
@ -14,13 +14,12 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
.dropdown-menu {
|
||||
min-width: 13rem;
|
||||
#sorting-dropdown .dropdown-item.row {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
padding: 0.25rem 0.5rem;
|
||||
padding: 0.25rem 0.25rem;
|
||||
}
|
||||
|
||||
.row {
|
||||
|
@ -56,10 +56,10 @@
|
||||
<button id="button-alignment" dropdownToggle type="button"
|
||||
class="btn btn-secondary dropdown-toggle"
|
||||
[ngClass]="{'btn-secondary':sortingService.sorting.value !== DefaultSorting}"
|
||||
aria-controls="dropdown-alignment"
|
||||
aria-controls="sorting-dropdown"
|
||||
[innerHTML]="sortingService.sorting.value | iconizeSorting">
|
||||
</button>
|
||||
<ul id="dropdown-alignment" *dropdownMenu class="dropdown-menu dropdown-menu-right"
|
||||
<ul id="sorting-dropdown" *dropdownMenu class="dropdown-menu dropdown-menu-right"
|
||||
role="menu" aria-labelledby="button-alignment">
|
||||
<li class="row dropdown-item" role="menuitem"
|
||||
*ngFor="let type of sortingMethodsType"
|
||||
|
Loading…
Reference in New Issue
Block a user