mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
moved back button to right of moonlight
This commit is contained in:
parent
7d598ebaf4
commit
2167a8d94d
@ -11,12 +11,12 @@
|
||||
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
|
||||
<header class="mdl-layout__header">
|
||||
<div class="mdl-layout__header-row">
|
||||
<!-- Navigation on the right -->
|
||||
<img src="static/res/ic_arrow_back_white_24px.svg" id='backIcon'></img>
|
||||
<!-- Title -->
|
||||
<span class="mdl-layout-title">Moonlight</span>
|
||||
<!-- Add spacer, to align navigation to the right -->
|
||||
<div class="mdl-layout-spacer"></div>
|
||||
<!-- Navigation on the right -->
|
||||
<img src="static/res/ic_arrow_back_white_24px.svg" id='backIcon'></img>
|
||||
</div>
|
||||
</header>
|
||||
<main id="main-content" class="mdl-layout__content">
|
||||
|
@ -54,7 +54,9 @@
|
||||
}
|
||||
#backIcon {
|
||||
height: 32px;
|
||||
width: 32px
|
||||
width: 32px;
|
||||
margin-left: -20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
#addHostCell {
|
||||
padding-top:3px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user