mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
removed snackbar hack, and converted tabs to spaces
This commit is contained in:
parent
6b00775c3c
commit
eba64c2e46
@ -1,8 +1,8 @@
|
|||||||
.mdl-layout__header-row {
|
.mdl-layout__header-row {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.mdl-button {
|
.mdl-button {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
.mdl-dialog {
|
.mdl-dialog {
|
||||||
border: none;
|
border: none;
|
||||||
@ -18,12 +18,8 @@
|
|||||||
padding: 20px 24px 24px 24px;
|
padding: 20px 24px 24px 24px;
|
||||||
color: rgba(0,0,0, 0.54);
|
color: rgba(0,0,0, 0.54);
|
||||||
}
|
}
|
||||||
.mdl-snackbar {
|
|
||||||
max-width:50%;
|
|
||||||
left: 25%;
|
|
||||||
}
|
|
||||||
main {
|
main {
|
||||||
padding: 50px 100px;
|
padding: 50px 100px;
|
||||||
}
|
}
|
||||||
#bitrateField {
|
#bitrateField {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -31,54 +27,54 @@ main {
|
|||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
#hostSettings {
|
#hostSettings {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border: 1px dashed;
|
border: 1px dashed;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
#hostSettings p {
|
#hostSettings p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#hostSettings div {
|
#hostSettings div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
#hostSettings .mdl-textfield {
|
#hostSettings .mdl-textfield {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
#hostSettings #GFEHostIPField {
|
#hostSettings #GFEHostIPField {
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
#hostSettings #selectHost {
|
#hostSettings #selectHost {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
#hostSettings .button-holder {
|
#hostSettings .button-holder {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
#pairButton {
|
#pairButton {
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
}
|
}
|
||||||
#showAppsButton {
|
#showAppsButton {
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
}
|
}
|
||||||
#listener {
|
#listener {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
.fullscreen {
|
.fullscreen {
|
||||||
height: 100vh !important;
|
height: 100vh !important;
|
||||||
overflow: none !important;
|
overflow: none !important;
|
||||||
margin: auto !important;
|
margin: auto !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
width 100%;
|
width 100%;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user