From bb936707c35b02ac258b01f67aafe330742d5fb0 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 23 May 2025 01:45:31 +0300 Subject: [PATCH] style(next)/formatting toolbar: tweak the "Insert table" dropdown --- apps/client/src/stylesheets/theme-next/notes/text.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index 485dae388..099ebbfd5 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -267,6 +267,7 @@ /* Table dropdown */ +/* Table rows / columns button grid container */ .ck-insert-table-dropdown__grid { --ck-insert-table-dropdown-box-width: 16px; --ck-insert-table-dropdown-box-height: 16px; @@ -277,6 +278,11 @@ --ck-border-radius: 0; } +/* Selected rows / column counter */ +.ck.ck-insert-table-dropdown__label { + margin-top: var(--ck-spacing-medium); +} + /* Admonitions dropdown */ .ck-tn-admonition-note { --icon: "\eb21"; --accent: var(--admonition-note-accent-color);}