Remove unused CSS files related to Zen theme

This commit is contained in:
Mauro Balades
2024-08-13 21:58:52 +02:00
parent 4087d82922
commit d2d3d39464
2 changed files with 12 additions and 12 deletions

View File

@@ -55,3 +55,15 @@
transform: scale(1);
}
}
@keyframes zen-deck-fadeIn {
0% {
transform: scale(0.9);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}

View File

@@ -34,18 +34,6 @@
grid-gap: 0 5px;
}
@keyframes zen-deck-fadeIn {
0% {
transform: scale(0.9);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
#zen-split-views-box:not([hidden="true"]) {
display: flex;
}