mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Fix number with text input overflow
This commit is contained in:
parent
4a9de87793
commit
85edcb5626
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ input[type=number] {
|
|||
position: absolute;
|
||||
top: 0.2em;
|
||||
right: 2.5rem;
|
||||
|
||||
@media screen and (max-width: $mobile-view) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
input[disabled] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue