app/assets/stylesheets/pages/_index.scss in arctic_admin-1.2.6 vs app/assets/stylesheets/pages/_index.scss in arctic_admin-1.2.7
- old
+ new
@@ -7,10 +7,18 @@
content: '';
display: block;
clear: both;
}
+ input[type='checkbox'] {
+ display: flex;
+ }
+
+ .collection_selection_toggle_all {
+ display: flex !important;
+ }
+
.batch_actions_selector {
display: inline-block;
}
.dropdown_menu_button{
@@ -77,10 +85,10 @@
#sidebar {
position: fixed;
right: - $filter-width;
- @media screen and (min-width: $lg-width) {
+ @media screen and (min-width: $x-lg-width) {
right: - $lg-filter-width;
}
&:before {
cursor: pointer;
\ No newline at end of file