mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 05:41:05 +08:00
15 lines
191 B
Text
15 lines
191 B
Text
|
@import "ui-variables";
|
||
|
@import "ui-mixins";
|
||
|
|
||
|
@message-max-width: 800px;
|
||
|
|
||
|
.file-frame-container {
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
|
||
|
iframe {
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
border:0;
|
||
|
}
|
||
|
}
|