Added ordering control to short URLs list in mobile resolutions

This commit is contained in:
Alejandro Celaya
2018-08-10 22:16:50 +02:00
parent e4d5424c07
commit c80fea2877
2 changed files with 119 additions and 81 deletions

View File

@@ -14,6 +14,15 @@
margin-right: 5px;
}
.short-urls-list__header-icon--mobile {
margin: 3.5px 0 0;
float: right;
}
.short-urls-list__header-cell--with-action {
cursor: pointer;
}
.short-urls-list__order-dropdown {
width: 100%;
}