mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-18 00:56:38 +00:00
parent
d08d1f3132
commit
9ecc62a61d
@ -108,7 +108,7 @@
|
|||||||
|
|
||||||
<div id="snackbar" class="mdl-snackbar mdl-js-snackbar">
|
<div id="snackbar" class="mdl-snackbar mdl-js-snackbar">
|
||||||
<div class="mdl-snackbar__text"></div>
|
<div class="mdl-snackbar__text"></div>
|
||||||
<button class="mdl-snackbar__action" type="button"></button> <!-- this button exists to suppress the snackbar warning. we're really using a toast. -->
|
<button id='snackButton' class="mdl-snackbar__action" type="button"></button> <!-- this button exists to suppress the snackbar warning. we're really using a toast. -->
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -29,6 +29,17 @@
|
|||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
#snackButton {
|
||||||
|
width: 0px;
|
||||||
|
height: 0px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.mdl-snackbar__text {
|
||||||
|
padding: 14px 30px 14px 30px;
|
||||||
|
}
|
||||||
|
.mdl-snackbar {
|
||||||
|
min-width:0px;
|
||||||
|
}
|
||||||
main {
|
main {
|
||||||
padding: 50px 100px;
|
padding: 50px 100px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user