mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Sticker content styling
This commit is contained in:
parent
f8643e9a96
commit
56ae96fc75
@ -241,23 +241,14 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
|
||||
.mx_PopoverOuterContainer {
|
||||
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;
|
||||
.mx_StickersContent {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mx_StickersContent .mx_AppTileFullWidth {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.mx_StickersContentPlaceholder {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user