mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
fixed minor material UI bug in the textbox caused by 01d8c7d6bc183cad556f59b5f8befe664dc2f21c
This commit is contained in:
parent
01d8c7d6bc
commit
eba9769378
@ -26,8 +26,10 @@ main {
|
|||||||
#hostSettings .mdl-textfield {
|
#hostSettings .mdl-textfield {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
#hostSettings #GFEHostIPField {
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
#hostSettings #selectHost {
|
#hostSettings #selectHost {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
@ -47,11 +49,17 @@ main {
|
|||||||
border: 1px dashed;
|
border: 1px dashed;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
#pairButton {
|
||||||
|
margin: 3px;
|
||||||
|
}
|
||||||
|
#showAppsButton {
|
||||||
|
margin: 3px;
|
||||||
|
}
|
||||||
#startButton {
|
#startButton {
|
||||||
margin: 1px;
|
margin: 3px;
|
||||||
}
|
}
|
||||||
#stopButton {
|
#stopButton {
|
||||||
margin: 1px;
|
margin: 3px;
|
||||||
}
|
}
|
||||||
#listener {
|
#listener {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user