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