summaryrefslogtreecommitdiff
path: root/assets/index.css
diff options
context:
space:
mode:
authorLawnCable <lawncable.tmw2@simonlaux.de>2018-05-20 20:51:35 -0400
committerLawnCable <lawncable.tmw2@simonlaux.de>2018-05-20 20:51:35 -0400
commit5f86ae2995cad6044c1c8fe3ebf98e5085658a90 (patch)
tree456cecdf6fb5338d1f74cbc09931d7ee7b077736 /assets/index.css
parentfb8104900abcc7b38e912a051ab046bc257167b9 (diff)
downloadelectron-5f86ae2995cad6044c1c8fe3ebf98e5085658a90.tar.gz
electron-5f86ae2995cad6044c1c8fe3ebf98e5085658a90.tar.bz2
electron-5f86ae2995cad6044c1c8fe3ebf98e5085658a90.tar.xz
electron-5f86ae2995cad6044c1c8fe3ebf98e5085658a90.zip
social buttons and debug btn
Diffstat (limited to 'assets/index.css')
-rw-r--r--assets/index.css10
1 files changed, 10 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;
+}