diff --git a/Iceshrimp.Frontend/Components/ConfirmDialog.razor b/Iceshrimp.Frontend/Components/ConfirmDialog.razor index 4d071404..4f6838a7 100644 --- a/Iceshrimp.Frontend/Components/ConfirmDialog.razor +++ b/Iceshrimp.Frontend/Components/ConfirmDialog.razor @@ -11,8 +11,8 @@ @Question
diff --git a/Iceshrimp.Frontend/Components/ConfirmDialog.razor.css b/Iceshrimp.Frontend/Components/ConfirmDialog.razor.css index 46766b72..0acb9035 100644 --- a/Iceshrimp.Frontend/Components/ConfirmDialog.razor.css +++ b/Iceshrimp.Frontend/Components/ConfirmDialog.razor.css @@ -28,7 +28,6 @@ .buttons { display: flex; - gap: 0.5rem; } .confirm-icon { diff --git a/Iceshrimp.Frontend/Components/NoticeDialog.razor b/Iceshrimp.Frontend/Components/NoticeDialog.razor index 84a81991..66f257fb 100644 --- a/Iceshrimp.Frontend/Components/NoticeDialog.razor +++ b/Iceshrimp.Frontend/Components/NoticeDialog.razor @@ -25,7 +25,7 @@ } @Text - + diff --git a/Iceshrimp.Frontend/Components/PromptDialog.razor b/Iceshrimp.Frontend/Components/PromptDialog.razor index 24cb42a0..8c3b1dbc 100644 --- a/Iceshrimp.Frontend/Components/PromptDialog.razor +++ b/Iceshrimp.Frontend/Components/PromptDialog.razor @@ -17,9 +17,9 @@ } diff --git a/Iceshrimp.Frontend/Components/PromptDialog.razor.css b/Iceshrimp.Frontend/Components/PromptDialog.razor.css index c54f96b1..8128d244 100644 --- a/Iceshrimp.Frontend/Components/PromptDialog.razor.css +++ b/Iceshrimp.Frontend/Components/PromptDialog.razor.css @@ -32,7 +32,6 @@ .buttons { display: flex; - gap: 0.5rem; } .submit-btn { diff --git a/Iceshrimp.Frontend/Components/SelectDialog.razor b/Iceshrimp.Frontend/Components/SelectDialog.razor index f0832cc7..07e35cf9 100644 --- a/Iceshrimp.Frontend/Components/SelectDialog.razor +++ b/Iceshrimp.Frontend/Components/SelectDialog.razor @@ -15,8 +15,8 @@ } diff --git a/Iceshrimp.Frontend/Components/SelectDialog.razor.css b/Iceshrimp.Frontend/Components/SelectDialog.razor.css index 0cc270bf..2bcff620 100644 --- a/Iceshrimp.Frontend/Components/SelectDialog.razor.css +++ b/Iceshrimp.Frontend/Components/SelectDialog.razor.css @@ -28,7 +28,6 @@ .buttons { display: flex; - gap: 0.5rem; } .submit-btn {