mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
f38df8b61b
@ -15,6 +15,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_AppsDrawer {
|
.mx_AppsDrawer {
|
||||||
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AppsContainer {
|
.mx_AppsContainer {
|
||||||
@ -29,11 +30,15 @@ limitations under the License.
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 0 5px 0;
|
margin: 5px auto 5px auto;
|
||||||
color: $accent-color;
|
color: $accent-color;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_AddWidget_button_full_width {
|
||||||
|
max-width: 960px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_SetAppURLDialog_input {
|
.mx_SetAppURLDialog_input {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid $input-border-color;
|
border: 1px solid $input-border-color;
|
||||||
@ -69,7 +74,7 @@ limitations under the License.
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
// background-color: $e2e-verified-color;
|
// background-color: $e2e-verified-color;
|
||||||
border-bottom: 1px solid $primary-hairline-color;
|
// border-bottom: 1px solid $primary-hairline-color;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -97,6 +102,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_AppTileBody{
|
.mx_AppTileBody{
|
||||||
height: 350px;
|
height: 350px;
|
||||||
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user