mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 22:00:42 +03:00
Sticker content styling
This commit is contained in:
parent
f8643e9a96
commit
56ae96fc75
1 changed files with 5 additions and 14 deletions
|
@ -241,23 +241,14 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_PopoverOuterContainer {
|
.mx_StickersContent {
|
||||||
border-radius: 5px;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: white;
|
|
||||||
overflow: 'hidden';
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_PopoverOuterContainer .mx_AppTileFullWidth {
|
|
||||||
margin-top: 0 !important;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_PopoverOuterContainer .mx_StickersContent {
|
|
||||||
border-radius: 5px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_StickersContent .mx_AppTileFullWidth {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_StickersContentPlaceholder {
|
.mx_StickersContentPlaceholder {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
Loading…
Reference in a new issue