mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
Compute with of content of pinned event tile (#12951)
This commit is contained in:
parent
60fe70b3cc
commit
ab1e28bfea
@ -23,7 +23,9 @@ limitations under the License.
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--cpd-space-1x);
|
||||
width: 100%;
|
||||
/* Remove avatar width and space between the avatar and the wrapper */
|
||||
/* We need it to make the location fit */
|
||||
width: calc(100% - var(--cpd-space-4x) - 32px);
|
||||
|
||||
.mx_PinnedEventTile_top {
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user