mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Handle icons with width > height
Icons with width > height will now only assume a max-height of 100% as opposed to a height of 100%. This is so they don't overflow the width of 300px.
This commit is contained in:
parent
b137c82a7a
commit
874e32699a
@ -46,7 +46,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_Login_logo img {
|
||||
height: 100%
|
||||
max-height: 100%
|
||||
}
|
||||
|
||||
.mx_Login_support {
|
||||
|
Loading…
Reference in New Issue
Block a user