mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-11 18:10:32 +08:00
🔨 Refactor(custom): remove cross-env
This commit is contained in:
@@ -74,9 +74,6 @@ class LifeCycle {
|
||||
if (isDisableGPU) {
|
||||
app.disableHardwareAcceleration()
|
||||
}
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
MemoryMonitor.start(30000)
|
||||
}
|
||||
}
|
||||
|
||||
#onReady() {
|
||||
|
||||
@@ -726,12 +726,12 @@ input:checked + .switch-slider::before {
|
||||
|
||||
.icon-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: left;
|
||||
align-items: center;
|
||||
border: none;
|
||||
border-radius: var(--radius-md);
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
color: var(--color-text-secondary);
|
||||
background: var(--color-background-secondary);
|
||||
transition: var(--transition-fast);
|
||||
|
||||
Reference in New Issue
Block a user