summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/index.css10
-rw-r--r--assets/index.html1
2 files changed, 11 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css
index ebe0e30..148f818 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -278,3 +278,13 @@ html, body {
#serverPage::-webkit-scrollbar-thumb:hover {
background-color: rgba(255,255,255,0.5);
}
+
+.socialContainer {
+ height:20pt;
+ margin-bottom: 4pt;
+}
+
+.socialContainer > button {
+ height:16pt;
+ margin-left: 3pt;
+}
diff --git a/assets/index.html b/assets/index.html
index a4e7972..2e75101 100644
--- a/assets/index.html
+++ b/assets/index.html
@@ -13,6 +13,7 @@
<div id="topbar">
<span>LawnCable's Mana Launcher</span>
<div class="topbar-btn-container">
+ <button id="debug"><i class="fas fa-terminal"></i></button>
<button id="minimize"><i class="fas fa-minus"></i></button>
<button id="quit"><i class="fas fa-times"></i></button>
</div>