mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Fix corner rounding on images not always affecting right side
This commit is contained in:
parent
315435e3ef
commit
9a5134eff2
1 changed files with 1 additions and 2 deletions
|
@ -25,6 +25,7 @@ limitations under the License.
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MImageBody_thumbnail_container {
|
.mx_MImageBody_thumbnail_container {
|
||||||
|
@ -34,8 +35,6 @@ limitations under the License.
|
||||||
|
|
||||||
// Make sure the _thumbnail is positioned relative to the _container
|
// Make sure the _thumbnail is positioned relative to the _container
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MImageBody_thumbnail_spinner {
|
.mx_MImageBody_thumbnail_spinner {
|
||||||
|
|
Loading…
Reference in a new issue