mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Cleanup comments. Reduce default app tile height to 280px.
This commit is contained in:
parent
d2f4bb2dd3
commit
8d8580a213
@ -72,8 +72,6 @@ limitations under the License.
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
border: 1px solid $primary-hairline-color;
|
border: 1px solid $primary-hairline-color;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
// height: 350px;
|
|
||||||
// display: inline-block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AppTile, .mx_AppTileFullWidth {
|
.mx_AppTile, .mx_AppTileFullWidth {
|
||||||
@ -108,7 +106,6 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_AppTileMenuBarWidget {
|
.mx_AppTileMenuBarWidget {
|
||||||
// pointer-events: none;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
@ -127,14 +124,14 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_AppTileBody{
|
.mx_AppTileBody{
|
||||||
height: 350px;
|
height: 280px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AppTileBody iframe {
|
.mx_AppTileBody iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 350px;
|
height: 280px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -142,9 +139,6 @@ limitations under the License.
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .mx_CloseAppWidget {
|
|
||||||
// }
|
|
||||||
|
|
||||||
.mx_AppTileMenuBarWidgetPadding {
|
.mx_AppTileMenuBarWidgetPadding {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user