]> Untitled Git - lemmy-ui.git/commitdiff
make button a tad smaller
authorAlec Armbruster <alectrocute@gmail.com>
Wed, 14 Jun 2023 20:45:56 +0000 (16:45 -0400)
committerAlec Armbruster <alectrocute@gmail.com>
Wed, 14 Jun 2023 20:45:56 +0000 (16:45 -0400)
src/shared/components/post/post-form.tsx

index cef8e294984eff567dc839474b71cd7a49a081b9..4640922d022e4b0e214421fc1c12b4fa8113ee3b 100644 (file)
@@ -272,7 +272,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
             )}
             {this.state.imageDeleteUrl && (
               <button
-                className="btn btn-danger mt-2"
+                className="btn btn-danger btn-sm mt-2"
                 onClick={linkEvent(this, this.handleImageDelete)}
                 aria-label={i18n.t("delete")}
                 data-tippy-content={i18n.t("delete")}