Skip to content
Snippets Groups Projects
Verified Commit e7565595 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Several fixes for UI on mobile

parent 21945124
No related branches found
No related tags found
1 merge request!1581Ui improvements
Pipeline #
Loading
@@ -23,7 +23,7 @@
Loading
@@ -23,7 +23,7 @@
margin-right: 0; margin-right: 0;
} }
   
.issues-filters, .issues-details-filters,
.dash-projects-filters, .dash-projects-filters,
.check-all-holder { .check-all-holder {
display: none; display: none;
Loading
@@ -83,6 +83,7 @@
Loading
@@ -83,6 +83,7 @@
   
.center-top-menu { .center-top-menu {
height: 45px; height: 45px;
margin-bottom: 30px;
   
li a { li a {
font-size: 14px; font-size: 14px;
Loading
@@ -90,9 +91,11 @@
Loading
@@ -90,9 +91,11 @@
} }
} }
   
.projects-search-form { .activity-filter-block {
margin: 0 -5px !important; display: none;
}
   
.projects-search-form {
.btn { .btn {
display: none; display: none;
} }
Loading
@@ -100,6 +103,11 @@
Loading
@@ -100,6 +103,11 @@
} }
   
@media (max-width: $screen-sm-max) { @media (max-width: $screen-sm-max) {
.page-with-sidebar .content-wrapper {
padding: 0;
padding-top: 1px;
}
.issues-filters { .issues-filters {
.milestone-filter, .labels-filter { .milestone-filter, .labels-filter {
display: none; display: none;
Loading
Loading
Loading
@@ -63,6 +63,7 @@
Loading
@@ -63,6 +63,7 @@
} }
   
p { p {
padding: 0 $gl-padding;
color: #5c5d5e; color: #5c5d5e;
} }
} }
Loading
Loading
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