mirror of https://github.com/vector-im/riot-web
Merge pull request #5265 from matrix-org/t3chguy/feat/widget-max-width
Remove width limit on widgetspull/21833/head
commit
ab9b5b0d7b
|
@ -78,10 +78,6 @@ $MiniAppTileHeight: 200px;
|
|||
font-size: $font-12px;
|
||||
}
|
||||
|
||||
.mx_AddWidget_button_full_width {
|
||||
max-width: 960px;
|
||||
}
|
||||
|
||||
.mx_SetAppURLDialog_input {
|
||||
border-radius: 3px;
|
||||
border: 1px solid $input-border-color;
|
||||
|
@ -92,7 +88,6 @@ $MiniAppTileHeight: 200px;
|
|||
}
|
||||
|
||||
.mx_AppTile {
|
||||
max-width: 960px;
|
||||
width: 50%;
|
||||
border: 5px solid $widget-menu-bar-bg-color;
|
||||
border-radius: 4px;
|
||||
|
@ -105,7 +100,6 @@ $MiniAppTileHeight: 200px;
|
|||
}
|
||||
|
||||
.mx_AppTileFullWidth {
|
||||
max-width: 960px;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -116,7 +110,6 @@ $MiniAppTileHeight: 200px;
|
|||
}
|
||||
|
||||
.mx_AppTile_mini {
|
||||
max-width: 960px;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue