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 {
display: flex;
gap: var(--theme-spacing-sm);
align-items: center;
justify-content: space-between;
width: 100%;
gap: var(--theme-spacing-sm);
}
.custom-title-content {
@@ -29,8 +29,8 @@
.album-section-divider-container {
display: flex;
align-items: center;
gap: var(--theme-spacing-md);
align-items: center;
width: 100%;
}
@@ -45,7 +45,7 @@
grid-template-columns: auto 1fr;
gap: var(--theme-spacing-md);
align-items: center;
margin-bottom: var(--theme-spacing-md);
width: 100%;
min-width: 0;
margin-bottom: var(--theme-spacing-md);
}
@@ -58,14 +58,14 @@
height: 4px;
cursor: row-resize;
&:before {
&::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: var(--theme-colors-border);
content: '';
background: var(--theme-colors-border);
transition: opacity 0.2s ease;
}
}
@@ -22,8 +22,8 @@
.canvas {
display: block;
width: 100%;
height: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
}