2015-01-16 02:24:30 -05:00
|
|
|
/** Common mobile (screen XS, SM) styles **/
|
2014-12-02 04:47:12 -05:00
|
|
|
@media (max-width: $screen-xs-max) {
|
|
|
|
.container .content {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2015-04-24 10:39:53 -04:00
|
|
|
.container-fluid {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2016-01-13 11:13:36 -05:00
|
|
|
.nav-links > li > a {
|
2014-12-02 04:47:12 -05:00
|
|
|
padding: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-right: 3px;
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2015-01-16 02:24:30 -05:00
|
|
|
|
2015-06-05 06:13:02 -04:00
|
|
|
.referenced-users {
|
2015-06-02 08:56:50 -04:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2016-12-10 19:53:56 -05:00
|
|
|
.issues-details-filters:not(.filtered-search-block),
|
2015-01-16 02:34:30 -05:00
|
|
|
.dash-projects-filters,
|
|
|
|
.check-all-holder {
|
2015-01-16 02:24:30 -05:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rss-btn {
|
2016-05-03 16:29:11 -04:00
|
|
|
display: none;
|
2015-01-16 02:24:30 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.project-home-links {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-04-24 10:39:53 -04:00
|
|
|
|
|
|
|
.project-home-panel {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
|
2015-07-08 07:34:05 -04:00
|
|
|
.project-avatar {
|
|
|
|
display: block;
|
2015-04-24 10:39:53 -04:00
|
|
|
}
|
2015-07-08 07:34:05 -04:00
|
|
|
|
|
|
|
.project-repo-buttons,
|
|
|
|
.git-clone-holder {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-06-16 13:42:22 -04:00
|
|
|
|
|
|
|
// Display Star and Fork buttons without counters on mobile.
|
2016-12-16 10:46:24 -05:00
|
|
|
.project-repo-buttons {
|
2016-06-16 13:42:22 -04:00
|
|
|
display: block;
|
|
|
|
|
|
|
|
.count-buttons .btn {
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count-buttons .count-with-arrow {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2015-07-08 07:34:05 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.project-stats {
|
|
|
|
display: none;
|
2015-04-24 10:39:53 -04:00
|
|
|
}
|
|
|
|
|
2016-11-08 15:48:28 -05:00
|
|
|
.group-buttons {
|
2016-06-22 12:46:17 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-04-29 06:36:12 -04:00
|
|
|
.container .title {
|
2015-06-15 21:12:45 -04:00
|
|
|
padding-left: 15px !important;
|
2015-04-24 10:39:53 -04:00
|
|
|
}
|
2015-06-08 10:54:39 -04:00
|
|
|
|
2016-10-24 16:22:06 -04:00
|
|
|
.nav-links,
|
|
|
|
.nav-links {
|
2015-09-02 16:28:40 -04:00
|
|
|
li a {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 19px 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-10-13 07:37:15 -04:00
|
|
|
.activity-filter-block {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-09-02 16:28:40 -04:00
|
|
|
|
2015-10-13 07:37:15 -04:00
|
|
|
.projects-search-form {
|
2015-09-02 16:28:40 -04:00
|
|
|
.btn {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2014-12-02 04:47:12 -05:00
|
|
|
}
|
|
|
|
|
2015-01-16 02:24:30 -05:00
|
|
|
@media (max-width: $screen-sm-max) {
|
|
|
|
.issues-filters {
|
2017-03-07 17:08:29 -05:00
|
|
|
.milestone-filter {
|
2015-01-16 02:24:30 -05:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-08 15:15:02 -04:00
|
|
|
.page-title {
|
2016-10-24 16:22:06 -04:00
|
|
|
.note-created-ago,
|
|
|
|
.new-issue-link {
|
2015-03-08 15:15:02 -04:00
|
|
|
display: none;
|
|
|
|
}
|
2015-01-16 02:24:30 -05:00
|
|
|
}
|
2015-01-18 22:39:43 -05:00
|
|
|
|
2016-03-30 16:30:06 -04:00
|
|
|
aside:not(.right-sidebar) {
|
2015-02-22 01:01:27 -05:00
|
|
|
display: none;
|
|
|
|
}
|
2015-01-16 02:24:30 -05:00
|
|
|
}
|