mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-17 13:50:01 +00:00
basic work on a grid UI. This contains code for dynamic generation of a host grid, and clicking the icon takes you to the game selection page
This commit is contained in:
@@ -4,6 +4,14 @@
|
||||
.mdl-button {
|
||||
color: #fff !important;
|
||||
}
|
||||
.mdl-grid {
|
||||
width: 100%;
|
||||
}
|
||||
.mdl-cell {
|
||||
background:#44c763;
|
||||
color:#fff;
|
||||
padding:25px;
|
||||
}
|
||||
.mdl-dialog {
|
||||
border: none;
|
||||
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
|
||||
|
||||
Reference in New Issue
Block a user