fix: Bad width again.
This commit is contained in:
parent
b72a4c40df
commit
272c8812c3
@ -130,6 +130,14 @@ body {
|
||||
background-color: #111827;
|
||||
}
|
||||
|
||||
#modal-format-selector h2 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#modal-format-selector p {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.video-container-bar {
|
||||
width: 99%;
|
||||
height: 2rem;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<script src="js/peertube-dl-web.js?v=1"></script>
|
||||
<link rel="stylesheet" href="css/index.css?v=3"></script>
|
||||
<link rel="stylesheet" href="css/index.css?v=4"></script>
|
||||
<link rel="icon" type="image/png" href="img/peertube-dl-logo.png"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Peertube-dl Web</title>
|
||||
|
Loading…
Reference in New Issue
Block a user