mirror of https://github.com/xwiki-labs/cryptpad
made register popup responsive up until 280px #1126
This commit is contained in:
parent
9e37c0a718
commit
e607cf58c4
|
@ -39,6 +39,21 @@
|
|||
flex-basis:30%;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@media(max-width:520px){
|
||||
.register-label{
|
||||
flex-basis:40%;
|
||||
}
|
||||
}
|
||||
@media(max-width:350px){
|
||||
.register-label{
|
||||
flex-basis:50%;
|
||||
}
|
||||
}
|
||||
@media(max-width:300px){
|
||||
.register-label{
|
||||
flex-basis:65%;
|
||||
}
|
||||
}
|
||||
padding-bottom: 3em;
|
||||
min-height: 5vh;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue