1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Merge pull request #3935 from matrix-org/jryans/prof-avatar-size

Update profile avatar letter size
This commit is contained in:
J. Ryan Stinnett
2020-01-24 22:39:47 +00:00
committed by GitHub

View File

@@ -103,7 +103,7 @@ limitations under the License.
justify-content: center; justify-content: center;
// override the calculated sizes so that the letter isn't HUGE // override the calculated sizes so that the letter isn't HUGE
font-size: 26px !important; font-size: 56px !important;
width: 100% !important; width: 100% !important;
} }