fix: Solving text overflow on format selector.
This commit is contained in:
parent
7e14c2aa4b
commit
b72a4c40df
2
themes/default/public/dist/css/index.css
vendored
2
themes/default/public/dist/css/index.css
vendored
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user