добавила лого разных форматов в папку Images, убрала padding у wrapper, чуть уменьшила время переходов у май диалог
This commit is contained in:
+2
-2
@@ -359,8 +359,8 @@ body {
|
||||
.wraper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
//padding: 20% 0;
|
||||
//TODO: рассмотреть вариант
|
||||
padding: 1% 0;
|
||||
|
||||
}
|
||||
|
||||
.grid {
|
||||
|
||||
@@ -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
@@ -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'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user