mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
parent
d08d1f3132
commit
9ecc62a61d
@ -108,7 +108,7 @@
|
||||
|
||||
<div id="snackbar" class="mdl-snackbar mdl-js-snackbar">
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -29,6 +29,17 @@
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
#snackButton {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
display: none;
|
||||
}
|
||||
.mdl-snackbar__text {
|
||||
padding: 14px 30px 14px 30px;
|
||||
}
|
||||
.mdl-snackbar {
|
||||
min-width:0px;
|
||||
}
|
||||
main {
|
||||
padding: 50px 100px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user