diff --git a/static/css/columns.css b/static/css/columns.css
index 2f40a18..8c8b4b3 100644
--- a/static/css/columns.css
+++ b/static/css/columns.css
@@ -25,4 +25,7 @@
width: 80%;
padding-left: 10%;
}
+ .wwrapper {
+ max-width: 48%;
+ }
}
diff --git a/static/css/dropdown.css b/static/css/dropdown.css
new file mode 100644
index 0000000..5c3106d
--- /dev/null
+++ b/static/css/dropdown.css
@@ -0,0 +1,23 @@
+.dropdown {
+ position: relative;
+ display: inline-block;
+ padding: 3px;
+}
+
+.dropdown-content {
+ -ms-transform: translate(-4px, 3px);
+ -webkit-transform: translate(-4px, 3px);
+ transform: translate(-4px, 3px);
+ border: 1px solid #9d9d9d;
+ background: #fff;
+ display: none;
+ position: absolute;
+ min-width: 80px;
+ padding: 3px;
+ z-index: 1;
+ color: #999;
+}
+
+.dropdown:hover .dropdown-content {
+ display: block;
+}
diff --git a/static/css/haiku.css b/static/css/haiku.css
index a1b0a39..e10b7c9 100644
--- a/static/css/haiku.css
+++ b/static/css/haiku.css
@@ -34,7 +34,11 @@ body {
min-height: 400px;
background: #d8d8d8;
box-sizing: border-box;
- padding: 1em
+ padding: 1em;
+}
+.wwrapper {
+ padding-bottom: 0.5em;
+ display: inline-grid;
}
.wbutton {
display: inline-block;
@@ -47,6 +51,10 @@ body {
.wrbutton {
padding-left: 16px;
}
+.menubar {
+ background: linear-gradient(#e2e2e2, #d8d8d8);
+ border-bottom: 1px solid #989898;
+}
input {
width: 100%;
border: 1px solid black;
diff --git a/static/img/conversations.svg b/static/img/conversations.svg
new file mode 100644
index 0000000..9b69c64
--- /dev/null
+++ b/static/img/conversations.svg
@@ -0,0 +1,105 @@
+
+
+
\ No newline at end of file
diff --git a/static/img/fedi.svg b/static/img/fedi.svg
new file mode 100644
index 0000000..720511e
--- /dev/null
+++ b/static/img/fedi.svg
@@ -0,0 +1,34 @@
+
+
+
\ No newline at end of file
diff --git a/static/img/gajim.svg b/static/img/gajim.svg
new file mode 100644
index 0000000..3b1d481
--- /dev/null
+++ b/static/img/gajim.svg
@@ -0,0 +1,113 @@
+
+
+
\ No newline at end of file
diff --git a/static/index.html b/static/index.html
index 56407a9..854a441 100644
--- a/static/index.html
+++ b/static/index.html
@@ -5,6 +5,7 @@
display: inline-block;
text-align: center;
color: white;
+ max-width: 80px;
}
.btnimg {
width: 64px;
@@ -49,6 +50,7 @@
allsprk.tv
Lainchan
Gopherholes
+ WLL Pleroma