mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Add class to identify non-scalar widget instances
This commit is contained in:
parent
65f0bd04f2
commit
528a856d54
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ limitations under the License.
|
|||
// display: inline-block;
|
||||
}
|
||||
|
||||
.mx_AppTile_non_native {
|
||||
border-color: #f5d24d;
|
||||
}
|
||||
|
||||
.mx_AppTileFullWidth {
|
||||
max-width: 960px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue