WIP minimize
This commit is contained in:
parent
e6605441aa
commit
3da5049dc7
2 changed files with 56 additions and 41 deletions
|
@ -14,9 +14,14 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_HostSignupDialog {
|
||||
z-index: unset;
|
||||
}
|
||||
|
||||
.mx_HostSignupBaseDialog {
|
||||
max-height: 600px;
|
||||
width: 580px;
|
||||
position: inherit;
|
||||
|
||||
.mx_HostSignupDialog_container {
|
||||
height: 90%;
|
||||
|
@ -42,3 +47,8 @@ limitations under the License.
|
|||
.mx_HostSignupBaseDialog_minimized {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mx_HostSignupDialog_persisted {
|
||||
width: 580px;
|
||||
height: 600px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue