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