Skip to content
Snippets Groups Projects
Commit 56548f9f authored by Claas Kazzer's avatar Claas Kazzer Committed by Dorian Merz
Browse files

refs #18103 [finc: vf5.1] reverts erroneous changes from 18016

* removes entire block applies to search-controls on XS
* adds important revision note to scss about offcanvas
* removes erroneous finc block (again)
parent 18729c6b
No related merge requests found
......@@ -1875,6 +1875,8 @@ footer {
max-width: 12em;
}
// FIXME: THis needs to be reviewed for #18810 - CK
@media only screen and (max-width: $screen-xs-max) {
.limit,
.sort {
......@@ -1891,29 +1893,16 @@ footer {
margin-right: .2rem;
}
}
.limit {
margin-right: 1rem;
}
// Place the refresh button near to the select box
.search-controls-div {
display: flex;
}
// Force the label for floating the text left
.search-sort.text-right {
text-align: left;
}
// Force the search-sort content to being floated left. Otherwise the refresh button is not visible during user zoom 200%.
.sort.right {
float: left !important;
}
}
//// Off-Canvas
@media only screen and (max-width: $screen-sm-max) {
// FIXME: please REVIEW this shows "zurueck" Button on SM devices when the sidebar is shown
.close-offcanvas {
display: block;
}
......
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