Skip to content
Snippets Groups Projects
Commit 13ffa3c5 authored by voidSatisfaction's avatar voidSatisfaction Committed by Eugen Rochko
Browse files

Add Smartphone screen favourite back button and adjust styles (#4813)

* Feat add get-back button on favourite columnHeader

* Style adjust nice looking get-back button

* Fix delete media query and add padding right

* fix: restore padding and add lastchild style for back-button
parent aec5097d
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ export default class Favourites extends ImmutablePureComponent { ...@@ -77,6 +77,7 @@ export default class Favourites extends ImmutablePureComponent {
onClick={this.handleHeaderClick} onClick={this.handleHeaderClick}
pinned={pinned} pinned={pinned}
multiColumn={multiColumn} multiColumn={multiColumn}
showBackButton
/> />
<StatusList <StatusList
......
...@@ -1622,6 +1622,10 @@ ...@@ -1622,6 +1622,10 @@
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }
&:last-child {
padding: 0 15px 0 0;
}
} }
.column-back-button__icon { .column-back-button__icon {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment