Feature: add 'copy-button' capabilities

This commit is contained in:
Pieter Vander Vennet 2025-07-07 18:26:04 +02:00
parent 3d442d0558
commit 2f89f9203d
6 changed files with 204 additions and 10 deletions

View file

@ -1766,6 +1766,10 @@ input[type="range"].range-lg::-moz-range-thumb {
height: 0.875rem;
}
.h-3\/4 {
height: 75%;
}
.h-32 {
height: 8rem;
}
@ -8420,10 +8424,6 @@ svg.apply-fill path {
width: auto;
}
.sm\:grow-0 {
flex-grow: 0;
}
.sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@ -8436,10 +8436,6 @@ svg.apply-fill path {
flex-wrap: nowrap;
}
.sm\:justify-start {
justify-content: flex-start;
}
.sm\:gap-y-3 {
row-gap: 0.75rem;
}