Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 966bdc5

Browse files
committed
update v1.1.9
1 parent ab76175 commit 966bdc5

File tree

21 files changed

+559
-489
lines changed

21 files changed

+559
-489
lines changed

GUI/css/plugins.css

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
#plugins-container {
2-
display: grid;
3-
grid-template-columns: repeat(2, 1fr);
4-
gap: 20px;
5-
margin: 20px;
2+
display: grid;
3+
grid-template-columns: repeat(2, 1fr);
4+
gap: 20px;
5+
margin: 20px;
66
}
77

88
.plugin-frame {
9-
border: 2px solid #3498db;
10-
border-radius: 8px;
11-
padding: 20px;
12-
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 0 10px #0287CF;
13-
text-align: center;
9+
border: 2px solid #3498db;
10+
border-radius: 8px;
11+
padding: 20px;
12+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 0 10px #0287CF;
13+
text-align: center;
1414
}
1515

1616
.plugin-info {
17-
font-size: 20px;
18-
font-weight: bold;
19-
margin-bottom: 10px;
20-
color: #3498db;
17+
font-size: 20px;
18+
font-weight: bold;
19+
margin-bottom: 10px;
20+
color: #3498db;
2121
}
2222

2323
.created-by {
24-
color: #666;
25-
margin-bottom: 20px;
24+
color: #666;
25+
margin-bottom: 20px;
2626
}
2727

2828
.enter-button {
29-
background-color: #3498db;
30-
color: #fff;
31-
padding: 10px 20px;
32-
border: none;
33-
border-radius: 5px;
34-
cursor: pointer;
35-
font-size: 16px;
36-
}
29+
background-color: #3498db;
30+
color: #fff;
31+
padding: 10px 20px;
32+
border: none;
33+
border-radius: 5px;
34+
cursor: pointer;
35+
font-size: 16px;
36+
}

0 commit comments

Comments
 (0)