Skip to content
Snippets Groups Projects
Commit 813f0629 authored by Viola Elsenhans's avatar Viola Elsenhans Committed by Robert Lange
Browse files

refs #22975 [fid_adlr] fix favorites for mobile

parent a4917c6d
No related merge requests found
......@@ -70,6 +70,10 @@
width: 75%;
}
@media (max-width: $screen-md-max) {
width: 72%;
}
.result-formats {
padding-top: 1rem;
}
......@@ -155,6 +159,10 @@
width: 25%;
}
@media (max-width: $screen-md-max) {
width: 28%;
}
.save-record,
#toolbar-menu {
color: $violet;
......
......@@ -168,3 +168,11 @@
padding-right: 0;
}
}
.search-sort {
display: flex;
@media (max-width: $screen-sm-max) {
margin-top: 2em;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment