mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
lint files
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user