2020-04-10 20:45:59 +08:00
|
|
|
/*
|
|
|
|
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 {
|
2021-07-13 17:49:49 +08:00
|
|
|
display: flex;
|
2022-06-10 19:36:17 +08:00
|
|
|
column-gap: $spacing-4;
|
2020-04-10 22:05:29 +08:00
|
|
|
|
2023-05-03 21:26:10 +08:00
|
|
|
.mx_MImageBody_thumbnail_container {
|
2021-07-13 17:49:49 +08:00
|
|
|
flex: 1;
|
2022-07-27 21:39:29 +08:00
|
|
|
min-width: 0; /* Prevent a blowout */
|
2020-04-10 22:05:29 +08:00
|
|
|
}
|
2020-04-10 20:45:59 +08:00
|
|
|
}
|