mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix instance config on mobile
This commit is contained in:
parent
b44b5a83eb
commit
21d8979fbd
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue