mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
mkdir apps/web/scripts
mv scripts/{cleanup.sh,ci_package.sh,copy-res.ts,deploy.py,package.sh} apps/web/scripts
And a couple of gitignore tweaks
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
30 lines
591 B
Plaintext
30 lines
591 B
Plaintext
.mx_HiddenMediaPlaceholder {
|
|
border: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
inset: 0;
|
|
|
|
/* To center the text in the middle of the frame */
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
background-color: $header-panel-bg-color;
|
|
|
|
> div {
|
|
color: $accent;
|
|
/* Icon alignment */
|
|
display: flex;
|
|
> svg {
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mx_EventTile:hover .mx_HiddenMediaPlaceholder {
|
|
background-color: $background;
|
|
}
|