Update shlink-web-client with support for client-side generated QRs

This commit is contained in:
Alejandro Celaya
2025-04-17 08:46:31 +02:00
parent a7d6637a81
commit 9f3d7df5cd
5 changed files with 82 additions and 32 deletions

View File

@@ -2,6 +2,15 @@
@source '../node_modules/@shlinkio/shlink-frontend-kit';
@import '@shlinkio/shlink-frontend-kit/tailwind.preset.css';
@theme {
/* Override breakpoints with the values from bootstrap, to keep sizing until fully migrated */
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--breakpoint-2xl: 1400px;
}
@layer base {
:root {
--header-height: 56px;