[mirotalksfu] - fix room name form-input
هذا الالتزام موجود في:
@@ -1019,6 +1019,7 @@ label {
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -1791,3 +1792,61 @@ main {
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 641px) {
|
||||||
|
.cta .form-input {
|
||||||
|
min-width: 280px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta-inner {
|
||||||
|
padding-left: 48px;
|
||||||
|
padding-right: 48px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 640px) {
|
||||||
|
.form-group-desktop .form-input {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group-desktop .button {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 641px) {
|
||||||
|
.form-group-desktop {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group-desktop .form-input {
|
||||||
|
flex-grow: 1;
|
||||||
|
flex-shrink: 1;
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group-desktop .button {
|
||||||
|
padding-left: 24px;
|
||||||
|
padding-right: 24px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-input {
|
||||||
|
display: block;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 24px;
|
||||||
|
letter-spacing: -0.1px;
|
||||||
|
padding: 11px 15px;
|
||||||
|
height: 48px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
|
white-space: nowrap;
|
||||||
|
background-color: #242830;
|
||||||
|
color: #fff !important;
|
||||||
|
box-shadow: none;
|
||||||
|
max-width: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<!-- Title and Icon -->
|
<!-- Title and Icon -->
|
||||||
|
|
||||||
<title>MiroTalk SFU - Free Video Calls, Messaging and Screen Sharing.</title>
|
<title>MiroTalk SFU, Free Video Calls, Messaging and Screen Sharing</title>
|
||||||
<link rel="shortcut icon" href="../images/logo.svg" />
|
<link rel="shortcut icon" href="../images/logo.svg" />
|
||||||
<link rel="apple-touch-icon" href="../images/logo.svg" />
|
<link rel="apple-touch-icon" href="../images/logo.svg" />
|
||||||
|
|
||||||
@@ -111,16 +111,18 @@
|
|||||||
Pick a room name.<br />
|
Pick a room name.<br />
|
||||||
How about this one?
|
How about this one?
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div class="cta">
|
||||||
<div class="mb-24">
|
<div class="mb-24">
|
||||||
<label for="roomName"></label>
|
<label for="roomName"></label>
|
||||||
<input class="button" type="text" id="roomName" value="" />
|
<div class="form-group-desktop">
|
||||||
<button
|
<input class="form-input" type="text" id="roomName" value="" />
|
||||||
class="button button-primary button-wide-mobile pulse"
|
<button
|
||||||
onclick="{window.location.href = '/join/' + document.getElementById('roomName').value}"
|
class="button button-primary pulse"
|
||||||
>
|
onclick="{window.location.href = '/join/' + document.getElementById('roomName').value}"
|
||||||
Join to room
|
>
|
||||||
</button>
|
Join to room
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم