Skip to content

Commit a4d5baf

Browse files
committed
Hide settings on mobile. Make search full width.
1 parent 6fdb45b commit a4d5baf

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

src/sentry/static/sentry/less/sentry.less

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2601,12 +2601,26 @@ table.integrations {
26012601
.primary-filters {
26022602
padding-right: 15px;
26032603
margin-bottom: 10px;
2604+
margin-top: -14px;
26042605
}
26052606
.search {
26062607
margin-bottom: -5px;
2608+
margin-left: -15px;
2609+
margin-right: -15px;
26072610
.search-input {
26082611
font-size: 12px;
2609-
line-height: 22px;
2612+
line-height: 24px;
2613+
border-radius: 0;
2614+
border-right: 0;
2615+
border-left: 0;
2616+
}
2617+
.search-dropdown {
2618+
right: 0;
2619+
left: 0;
2620+
}
2621+
2622+
.icon-search {
2623+
top: 13px;
26102624
}
26112625
}
26122626

src/sentry/templates/sentry/bases/stream.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
{% block page_header %}
99
{{ block.super }}
10-
<a href="{% url 'sentry' team.slug %}" class="back-button icon-arrow-left"></a>
11-
<ul class="nav nav-tabs project-nav" style="margin-bottom: 20px;">
10+
<a href="{% url 'sentry' team.slug %}" class="back-button icon-arrow-left hidden-xs"></a>
11+
<ul class="nav nav-tabs project-nav hidden-xs" style="margin-bottom: 20px;">
1212
<li class="pull-right hidden-xs broadcast">
1313
<broadcast></broadcast>
1414
</li>

0 commit comments

Comments
 (0)