diff options
author | Vitaly Takmazov | 2019-03-11 14:58:18 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 8c0984c22000b27d84b8e2d883f8f1dacf6c6208 (patch) | |
tree | fd27057b0700b225f4f5f81bce244e39bf5529d5 /vnext/src/components/UserInfo.css | |
parent | bc55f621779d73e45aaefe6861cb7cdc393fade4 (diff) |
Trying to fix ios scrolling
Diffstat (limited to 'vnext/src/components/UserInfo.css')
-rw-r--r-- | vnext/src/components/UserInfo.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vnext/src/components/UserInfo.css b/vnext/src/components/UserInfo.css index e57b4585..5bb913ac 100644 --- a/vnext/src/components/UserInfo.css +++ b/vnext/src/components/UserInfo.css @@ -2,3 +2,9 @@ padding: 40px; background-color: #fdfdfe; } +.info-avatar img { + max-height: 24px; + max-width: 24px; + padding: 6px; + vertical-align: middle; +} |