fix(profile): stats border-radius on small

This commit is contained in:
Evangelos Paterakis 2022-12-13 00:58:04 +02:00
parent aa96602543
commit 4e2225eabd
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
1 changed files with 1 additions and 2 deletions

View File

@ -133,7 +133,7 @@
color: @red_4;
}
.ttl-profile-stat-button {
.ttl-profile-stat-button, .small .ttl-profile-stat-button:first-child, .small .ttl-profile-stat-button:last-child {
border-radius: 0px;
}
@ -144,4 +144,3 @@
.ttl-profile-stat-button:last-child {
border-bottom-right-radius: 12px;
}