добавила лого разных форматов в папку Images, убрала padding у wrapper, чуть уменьшила время переходов у май диалог

This commit is contained in:
alisagerasimova
2026-03-28 12:19:13 +03:00
parent f52fbd2f5d
commit 373467aebd
7 changed files with 15 additions and 12 deletions
+2 -2
View File
@@ -359,8 +359,8 @@ body {
.wraper {
display: flex;
justify-content: center;
//padding: 20% 0;
//TODO: рассмотреть вариант
padding: 1% 0;
}
.grid {
+1 -1
View File
@@ -173,7 +173,7 @@ useEventListener("keydown", handleKeydown);
/* Общие настройки анимации (скорость + плавность) */
.modal-fade-enter-active,
.modal-fade-leave-active {
transition: transform 0.7s cubic-bezier(.22, .9, .31, 1), opacity 0.7s ease;
transition: transform 0.5s cubic-bezier(.22, .9, .31, 1), opacity 0.5s ease;
will-change: transform, opacity;
}
</style>
+1 -1
View File
@@ -15,7 +15,7 @@ const createWindow = () => {
const mainWindow = new BrowserWindow({
width: width,
height: height,
icon: './public/images/logo.jpg',
icon: './public/images/logo32x32.jpg',
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
},