From df26de44aef77f7f7585b4d6b08094a01775729c Mon Sep 17 00:00:00 2001 From: Christopher Pietsch <cpietsch@gmail.com> Date: Tue, 18 Feb 2020 14:39:54 +0100 Subject: [PATCH] made info sidebar opened by default --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 809ac77..3288899 100644 --- a/index.html +++ b/index.html @@ -133,7 +133,7 @@ cpietsch@gmail.com <div class="tsne button" data="tsne">similarity</div> </div> - <div class="infobar sneak"> + <div class="infobar"> <div class="infobutton"> <svg width="16px" height="24px" viewBox="0 0 16 24"> <path d="M13.6824546,2 L3.7109392,11.9715154 L13.7394238,22" stroke="#FFF" stroke-width="5"></path> -- GitLab