fix: DockerSecretsResolver - don't normalize absolute paths like /var/www/html/...
Some checks failed
Deploy Application / deploy (push) Has been cancelled
Some checks failed
Deploy Application / deploy (push) Has been cancelled
This commit is contained in:
@@ -28,16 +28,16 @@
|
||||
--admin-container-wide: 1400px;
|
||||
|
||||
/* Sidebar Widths per Breakpoint */
|
||||
--admin-sidebar-width-mobile: 100%;
|
||||
--admin-sidebar-width-tablet: 250px;
|
||||
--admin-sidebar-width-desktop: 250px;
|
||||
--admin-sidebar-width-wide: 280px;
|
||||
--sidebar-width-mobile: 100%;
|
||||
--sidebar-width-tablet: 250px;
|
||||
--sidebar-width-desktop: 250px;
|
||||
--sidebar-width-wide: 280px;
|
||||
|
||||
/* Header Heights per Breakpoint */
|
||||
--admin-header-height-mobile: 3.5rem;
|
||||
--admin-header-height-tablet: 4rem;
|
||||
--admin-header-height-desktop: 4rem;
|
||||
--admin-header-height-wide: 4.5rem;
|
||||
--header-height-mobile: 2.5rem;
|
||||
--header-height-tablet: 3rem;
|
||||
--header-height-desktop: 3rem;
|
||||
--header-height-wide: 3.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user