mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-13 19:26:07 +00:00
added support for back button icon
- made .svg icons clickable
This commit is contained in:
@@ -52,6 +52,10 @@
|
||||
margin:auto;
|
||||
display:block;
|
||||
}
|
||||
#backIcon {
|
||||
height: 32px;
|
||||
width: 32px
|
||||
}
|
||||
#addHostCell {
|
||||
padding-top:3px;
|
||||
padding-bottom:3px;
|
||||
@@ -147,9 +151,9 @@ main {
|
||||
margin: 3px;
|
||||
}
|
||||
#listener {
|
||||
overflow: hidden;
|
||||
margin-top: 0px;
|
||||
height: 0px;
|
||||
overflow: hidden;
|
||||
margin-top: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
.fullscreen {
|
||||
height: 100vh !important;
|
||||
|
||||
Reference in New Issue
Block a user