make ui bigger

This commit is contained in:
2026-01-16 14:52:18 +01:00
parent 2e2a9d0603
commit fbb6917812
23 changed files with 1252 additions and 1623 deletions

View File

@@ -20,14 +20,14 @@
}
.app-icon-image img {
width: 32px;
height: 32px;
width: 48px;
height: 48px;
pointer-events: none;
}
.dock-item img {
width: 32px;
height: 32px;
width: 48px;
height: 48px;
pointer-events: none;
}
@@ -41,9 +41,9 @@
<div class="status-bar">
<span class="status-bar-time">12:30</span>
<div class="status-bar-icons">
<img src="../../icons/wifi.tga" style="width: 16px; height: 16px;"/>
<img src="../../icons/signal.tga" style="width: 16px; height: 16px;"/>
<img src="../../icons/battery.tga" style="width: 16px; height: 16px;"/>
<img src="../../icons/wifi.tga" style="width: 24px; height: 24px;"/>
<img src="../../icons/signal.tga" style="width: 24px; height: 24px;"/>
<img src="../../icons/battery.tga" style="width: 24px; height: 24px;"/>
</div>
</div>

View File

@@ -44,7 +44,7 @@
}
.lock-swipe-text {
font-size: 14px;
font-size: 18px;
color: #666666;
}
@@ -65,14 +65,14 @@
}
.lock-shortcut {
width: 48px;
height: 48px;
border-radius: 24px;
width: 56px;
height: 56px;
border-radius: 28px;
background-color: rgba(255, 255, 255, 0.1);
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-size: 24px;
color: #FFFFFF;
cursor: pointer;
}
@@ -97,15 +97,15 @@
}
.lock-notification-icon {
width: 32px;
height: 32px;
border-radius: 8px;
width: 40px;
height: 40px;
border-radius: 10px;
background-color: #2196F3;
margin-right: 12px;
margin-right: 14px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-size: 20px;
color: #FFFFFF;
}
@@ -114,15 +114,15 @@
}
.lock-notification-title {
font-size: 14px;
font-size: 18px;
font-weight: 500;
color: #FFFFFF;
}
.lock-notification-text {
font-size: 13px;
font-size: 16px;
color: #B3B3B3;
margin-top: 2px;
margin-top: 4px;
}
</style>
</head>