mirror of https://github.com/Chocobozzz/PeerTube
Fix number with text input overflow
parent
4a9de87793
commit
85edcb5626
|
@ -36,6 +36,10 @@ input[type=number] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.2em;
|
top: 0.2em;
|
||||||
right: 2.5rem;
|
right: 2.5rem;
|
||||||
|
|
||||||
|
@media screen and (max-width: $mobile-view) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input[disabled] {
|
input[disabled] {
|
||||||
|
|
Loading…
Reference in New Issue