Fixed rounded on div in social page
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</ion-searchbar>
|
||||
|
||||
@if (isActive()) {
|
||||
<div class="rounded-3xl px-5 ml-3 mr-3 mb-4 bg-white font-mono border-1 border-gray-300 overflow-auto">
|
||||
<div class="rounded-xl px-5 ml-3 mr-3 mb-4 bg-white font-mono border-1 border-gray-300 overflow-auto">
|
||||
@if (results().length > 0) {
|
||||
<ion-list>
|
||||
@for (result of results(); track result; let i = $index) {
|
||||
|
||||
Reference in New Issue
Block a user