mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
f5d79897d9
* Remove `mx_MImageReplyBody_info` from `_MImageReplyBody.pcss` Edited by866a11d7e3
Deprecated by6b3098d8fe
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_WidgetCard_maxPinnedTooltip` from `_WidgetCard.pcss` Added byef0843d4ad
Deprecated byada6d1aa46
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_AliasSettings_editable` from `_AliasSettings.pcss` Added byeac50aa800
Deprecated by2903a0e712
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_AliasSettings_localAliasHeader` from `_AliasSettings.pcss` Added by3253d0b93d
Deprecated by2e3f225520
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_RoomList_explorePrompt` from `_RoomList.pcss` Added bye20b375433
Deprecated by328d7ea5eb
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_Stickers_hideStickers` from `_Stickers.pcss` Added by79d3cca6e9
Deprecated by31b3b2e2ed
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> --------- Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
26 lines
762 B
Plaintext
26 lines
762 B
Plaintext
/*
|
|
Copyright 2020 Tulir Asokan <tulir@maunium.net>
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
*/
|
|
|
|
.mx_MImageReplyBody {
|
|
display: flex;
|
|
column-gap: $spacing-4;
|
|
|
|
.mx_MImageBody_thumbnail_container {
|
|
flex: 1;
|
|
min-width: 0; /* Prevent a blowout */
|
|
}
|
|
}
|