diff --git a/languages/vie.json b/languages/vie.json index a64da64..ee05433 100644 --- a/languages/vie.json +++ b/languages/vie.json @@ -23,6 +23,7 @@ "updateSubtitle": "Tạm thời chưa dùng được. Kiểm tra Github để có bản cập nhật mới", "languageOption": "Ngôn ngữ", "languageSubtitle": "Chọn ngôn ngữ", + "httpsSubtitle": "THASHIOASHTO", "enableServerLauncherOption": "Grasscutter", "enableServerLauncherSubtitle": "Thêm lựa chọn bật grasscutter", diff --git a/resources/icons/folder.svg b/resources/icons/folder.svg new file mode 100644 index 0000000..077b707 --- /dev/null +++ b/resources/icons/folder.svg @@ -0,0 +1,10 @@ + +Created with Fabric.js 1.7.22 + + + + + + + + \ No newline at end of file diff --git a/resources/index.html b/resources/index.html index 3b97fb9..ca77fe1 100644 --- a/resources/index.html +++ b/resources/index.html @@ -128,11 +128,17 @@
- +
+ + +
- +
+ + +
diff --git a/resources/style/index.css b/resources/style/index.css index e559189..e78ac6f 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -277,6 +277,18 @@ body { background: linear-gradient(#ffc61e, #ffd326); } +.openFolderIcon { + display: inline; + height: 20px; + filter: invert(97%) sepia(85%) saturate(12%) hue-rotate(184deg) brightness(103%) contrast(103%); + padding: 10px; +} + +.openFolderIcon:hover { + cursor: pointer; + filter: invert(99%) sepia(0%) saturate(1092%) hue-rotate(172deg) brightness(80%) contrast(103%); +} + #bottomBar { display: flex; justify-content: center; @@ -305,6 +317,12 @@ body { height: 10%; } +.bottomSection div div { + display: flex; + flex-direction: row; + height: 100%; +} + #gamePath, #serverPath { color: white; font-size: 14px;