Merge pull request #3059 from Asizon/android_container

Fix container for phones
10.9-maintenance
J Blackman 2022-10-25 17:53:43 +11:00 committed by GitHub
commit 3c776758a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2147,14 +2147,14 @@ button.active {
top: 0;
left: -304px;
bottom: 0;
width: 300px;
width: 300px !important;
transition: all 0.3s;
}
.tab_container.reveal {
left: 0;
}
#content {
width: 100%;
width: 100% !important;
}
dialog {
position: fixed;