youssefreda9 commited on
Commit
c4a2c4a
·
1 Parent(s): 507ca44

fix: Make all editor footer buttons equal size (40x40px)

Browse files
Files changed (1) hide show
  1. src/css/components.css +10 -0
src/css/components.css CHANGED
@@ -574,6 +574,16 @@
574
  flex-wrap: wrap;
575
  gap: var(--spacing-sm);
576
  }
 
 
 
 
 
 
 
 
 
 
577
 
578
  /* ── Buttons ── */
579
  .btn-ghost {
 
574
  flex-wrap: wrap;
575
  gap: var(--spacing-sm);
576
  }
577
+ .editor-actions .btn-ghost,
578
+ .editor-actions .doc-dropdown .btn-ghost {
579
+ width: 40px;
580
+ height: 40px;
581
+ min-height: 40px;
582
+ padding: 0;
583
+ display: inline-flex;
584
+ align-items: center;
585
+ justify-content: center;
586
+ }
587
 
588
  /* ── Buttons ── */
589
  .btn-ghost {