Fixed rounded on div in social page

This commit is contained in:
2026-03-29 11:33:41 +01:00
parent 53f6667035
commit d43aa9270d
5 changed files with 19 additions and 9 deletions
@@ -1,5 +1,5 @@
@if (friendsRequest().length > 0) {
<div class="rounded-3xl px-5 m-3 bg-white overflow-auto font-mono border-1 border-gray-300">
<div class="rounded-xl px-5 m-3 bg-white overflow-auto font-mono border-1 border-gray-300">
<ion-list>
@for (request of friendsRequest(); track request.userId; let i = $index) {
@if (i == friendsRequest().length - 1) {