mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
Fix popup alignment
This commit is contained in:
parent
5ad04312f7
commit
c155eeb4a7
2 changed files with 6 additions and 0 deletions
|
@ -3,3 +3,7 @@ body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
display: inline-block;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<link rel="stylesheet" href="popup.css" />
|
<link rel="stylesheet" href="popup.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="container">
|
||||||
<label>
|
<label>
|
||||||
Enable:
|
Enable:
|
||||||
<input class="enable" type="checkbox" />
|
<input class="enable" type="checkbox" />
|
||||||
|
@ -15,6 +16,7 @@
|
||||||
<input type="radio" name="redirect" value="lbry.tv" /> LBRY.tv <br>
|
<input type="radio" name="redirect" value="lbry.tv" /> LBRY.tv <br>
|
||||||
<input type="radio" name="redirect" value="app"/> LBRY App
|
<input type="radio" name="redirect" value="app"/> LBRY App
|
||||||
</label>
|
</label>
|
||||||
|
</div>
|
||||||
<script src="popup.js"></script>
|
<script src="popup.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue