fix: Solving text overflow on format selector.

This commit is contained in:
sergiotarxz 2021-01-22 14:41:53 +01:00
parent 7e14c2aa4b
commit b72a4c40df
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
2 changed files with 3 additions and 1 deletions

View File

@ -202,10 +202,12 @@ h2 {
#modal-format-selector > h2 {
text-align: center;
width: 100%;
}
#modal-format-selector > p {
margin-left: 2rem;
width: 100%;
}
#modal-format-selector .format-list {

View File

@ -1,7 +1,7 @@
<html>
<head>
<script src="js/peertube-dl-web.js?v=1"></script>
<link rel="stylesheet" href="css/index.css?v=2"></script>
<link rel="stylesheet" href="css/index.css?v=3"></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>