lint files

This commit is contained in:
jeffvli
2025-12-27 01:27:10 -08:00
parent 403ed8cae6
commit 0acb1f54fc
4 changed files with 6 additions and 6 deletions
@@ -16,10 +16,10 @@
.custom-title-container { .custom-title-container {
display: flex; display: flex;
gap: var(--theme-spacing-sm);
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
width: 100%; width: 100%;
gap: var(--theme-spacing-sm);
} }
.custom-title-content { .custom-title-content {
@@ -29,8 +29,8 @@
.album-section-divider-container { .album-section-divider-container {
display: flex; display: flex;
align-items: center;
gap: var(--theme-spacing-md); gap: var(--theme-spacing-md);
align-items: center;
width: 100%; width: 100%;
} }
@@ -45,7 +45,7 @@
grid-template-columns: auto 1fr; grid-template-columns: auto 1fr;
gap: var(--theme-spacing-md); gap: var(--theme-spacing-md);
align-items: center; align-items: center;
margin-bottom: var(--theme-spacing-md);
width: 100%; width: 100%;
min-width: 0; min-width: 0;
margin-bottom: var(--theme-spacing-md);
} }
@@ -58,14 +58,14 @@
height: 4px; height: 4px;
cursor: row-resize; cursor: row-resize;
&:before { &::before {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 1px; height: 1px;
background: var(--theme-colors-border);
content: ''; content: '';
background: var(--theme-colors-border);
transition: opacity 0.2s ease; transition: opacity 0.2s ease;
} }
} }
@@ -22,8 +22,8 @@
.canvas { .canvas {
display: block; display: block;
width: 100%; width: 100%;
height: 100%;
max-width: 100%; max-width: 100%;
height: 100%;
max-height: 100%; max-height: 100%;
} }