Skip to content

Commit 64ed7b3

Browse files
committed
2.7
1 parent 5f0c0d7 commit 64ed7b3

34 files changed

Lines changed: 836 additions & 655 deletions

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version": "2.6"}
1+
{"version": "2.7"}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<h1 align="center">Lapsus Client</h1>
44

5-
## Development for version 3.x has started, we'll redesign frontend and backend to bring a better experience
65

76
<p align="center">Lapsus Client, the most modern and customizable Pterodactyl Client Area for your hosting.</p>
87

@@ -50,7 +49,7 @@ If you download from the [Releases](https://github.com/ManucrackYT/LapsusClient/
5049
| Node.js 18 ||
5150
| Node.js 17 ||
5251
| Node.js 16 | ⚠️ |
53-
| Node.js 15 ||
52+
| Node.js 15 ||
5453

5554
⚠️ Not recommended to continue using this version
5655

assets/img/checking-updates.png

80.3 KB
Loading
17.1 KB
Loading
22.5 KB
Loading

assets/img/loading.gif

407 KB
Loading

assets/img/no-updates.png

85 KB
Loading

assets/img/update-available.png

83.1 KB
Loading

assets/tailwind.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ html {
5858
*/
5959

6060
body {
61+
overflow: hidden;
62+
/* Hide scrollbars */
6163
margin: 0;
6264
/* 1 */
6365
line-height: inherit;
@@ -1038,6 +1040,14 @@ select {
10381040
grid-template-columns: repeat(4, minmax(0, 1fr));
10391041
}
10401042

1043+
.grid-cols-5 {
1044+
grid-template-columns: repeat(5, minmax(0, 1fr));
1045+
}
1046+
1047+
.grid-cols-6 {
1048+
grid-template-columns: repeat(6, minmax(0, 1fr));
1049+
}
1050+
10411051

10421052
.flex-col {
10431053
flex-direction: column;
@@ -1310,11 +1320,13 @@ select {
13101320
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
13111321
}
13121322

1313-
.bg-\[url\(\'https\:\/\/cdn\.discordapp\.com\/attachments\/1023580894688194620\/1098603123754422322\/Copy_of_Copy_of_Untitled_Facebook_Cover_4\.png\'\)\] {
1323+
.bg-navbar {
13141324
background-image: url('https://i.pinimg.com/736x/48/14/b3/4814b3487a88131bf38bc66d68b6949b.jpg');
1325+
background-repeat: no-repeat; /* Do not repeat the image */
1326+
background-size: cover; /* Resize the background image to cover the entire container */
13151327
}
13161328

1317-
.bg-\[url\(\'https\:\/\/cdn\.discordapp\.com\/attachments\/954138562234822692\/1167467905336746054\/wallpaper_3\.jpg\'\)\] {
1329+
.bg-deploy {
13181330
background-image: url('https://img.freepik.com/premium-photo/modern-brick-wall-3d-rendering_118019-218.jpg');
13191331
}
13201332

0 commit comments

Comments
 (0)