From 3c4913e76557c92a4f33ae67077a4d65636dff45 Mon Sep 17 00:00:00 2001 From: Emma Date: Sat, 21 Dec 2024 17:34:32 +0100 Subject: [PATCH] feat: update gitignore and make extension button spacing better --- .gitignore | 3 +- .../blueprint/assets/blueprint.style.css | 4 +- resources/views/admin/extensions.blade.php | 124 +++++++++++------- .../views/blueprint/admin/entry.blade.php | 4 +- 4 files changed, 79 insertions(+), 56 deletions(-) diff --git a/.gitignore b/.gitignore index 48f3aa83..38ef5d40 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,5 @@ docker-compose.yaml # Ignore Blueprint internal folder and installed extensions .blueprint/ *.blueprint -!scripts/commands/misc \ No newline at end of file +!scripts/commands/misc +wak.toml \ No newline at end of file diff --git a/blueprint/extensions/blueprint/assets/blueprint.style.css b/blueprint/extensions/blueprint/assets/blueprint.style.css index c69c8870..6c3e612e 100644 --- a/blueprint/extensions/blueprint/assets/blueprint.style.css +++ b/blueprint/extensions/blueprint/assets/blueprint.style.css @@ -96,7 +96,7 @@ tag[blue] {background-color:#288afb;} position: relative; left: -32px; z-index: 3; - width: calc( 100% - 20px ); + width: calc( 100% - 15px ); font-weight: 600; margin-top: 11px; overflow: clip; @@ -109,7 +109,7 @@ tag[blue] {background-color:#288afb;} position: relative; left: -32px; z-index: 3; - width: calc( 100% - 20px ); + width: calc( 100% - 15px ); overflow: clip; text-overflow: ellipsis; opacity: .6; diff --git a/resources/views/admin/extensions.blade.php b/resources/views/admin/extensions.blade.php index a3b7d07e..232297d7 100644 --- a/resources/views/admin/extensions.blade.php +++ b/resources/views/admin/extensions.blade.php @@ -26,7 +26,7 @@ - - @@ -110,20 +109,43 @@ -