mirror of https://github.com/Chocobozzz/PeerTube
Fix instance config on mobile
parent
b44b5a83eb
commit
21d8979fbd
|
@ -30,7 +30,7 @@ input[type=number] {
|
||||||
|
|
||||||
.number-with-unit {
|
.number-with-unit {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: min-content;
|
width: fit-content;
|
||||||
|
|
||||||
input[type=number] + span {
|
input[type=number] + span {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -80,6 +80,7 @@ input[type=submit] {
|
||||||
|
|
||||||
.inner-form-description {
|
.inner-form-description {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
|
Loading…
Reference in New Issue