mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
re-apply new scalar CSS
This commit is contained in:
parent
60179aab52
commit
f19044fef2
@ -14,20 +14,18 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_IntegrationsManager {
|
.mx_IntegrationsManager .mx_Dialog {
|
||||||
display: -webkit-flex;
|
width: 60%;
|
||||||
display: flex;
|
height: 70%;
|
||||||
width: 100%;
|
overflow: hidden;
|
||||||
height: 100%;
|
padding: 0px;
|
||||||
-webkit-align-items: center;
|
max-width: initial;
|
||||||
align-items: center;
|
max-height: initial;
|
||||||
justify-content: center;
|
|
||||||
-webkit-justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_IntegrationsManager iframe {
|
.mx_IntegrationsManager iframe {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
width: 720px;
|
width: 100%;
|
||||||
height: 512px;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user