diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss index 91c61145434bd4598a9d808516cd808adde03d9e..3375e3881a4227f9e181e7cdc540d365bf56b79b 100644 --- a/themes/finc/scss/compiled.scss +++ b/themes/finc/scss/compiled.scss @@ -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; }