Skip to content

Commit 2cf3e08

Browse files
author
DanielRyanSmith
committed
hide GH login in mobile view
1 parent f8de355 commit 2cf3e08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webapp/components/wpt-header.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ class WPTHeader extends WPTFlags(PolymerElement) {
195195
<h1>
196196
</div>
197197
<template is="dom-if" if="[[githubLogin]]">
198-
<github-login user="[[user]]" is-triage-mode="[[isTriageMode]]"></github-login>
198+
<div id="desktop-login">
199+
<github-login user="[[user]]" is-triage-mode="[[isTriageMode]]"></github-login>
200+
</div>
199201
</template>
200202
<button
201203
class$="[[_computeMenuButtonClass(_isMenuOpen)]]"

0 commit comments

Comments
 (0)