Skip to content

Commit 02ac1a8

Browse files
committed
Add device meta tag.
1 parent 13ef38c commit 02ac1a8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,6 +2556,7 @@ table.integrations {
25562556
@media(max-width:767px) {
25572557
body {
25582558
overflow-x: hidden;
2559+
zoom: .85;
25592560
}
25602561

25612562
header {
@@ -2618,6 +2619,10 @@ table.integrations {
26182619

26192620
/* Stream */
26202621

2622+
.stream-actions-left {
2623+
padding-right: 0 !important;
2624+
}
2625+
26212626
.primary-filters {
26222627
padding-right: 15px;
26232628
margin-bottom: 10px;
@@ -2667,6 +2672,10 @@ table.integrations {
26672672
li.group {
26682673
display: block;
26692674

2675+
h3 {
2676+
font-size: 15px;
2677+
}
2678+
26702679
.event-cell {
26712680
display: block;
26722681
}

src/sentry/templates/sentry/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<head>
1111
<meta http-equiv="content-type" content="text/html; charset=utf-8">
1212
<meta name="robots" content="NONE,NOARCHIVE">
13+
<meta name="viewport" content="width=device-width, initial-scale=1">
1314

1415
<link href="{% url 'sentry-media' "sentry" "images/favicon.ico" %}" rel="shortcut icon" type="image/png"/>
1516

0 commit comments

Comments
 (0)