summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index cd5234a1e0e..985ea164576 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -239,7 +239,12 @@
padding: 10px 22px;
overflow: hidden;
- #tanuki-logo {
+ img {
+ width: 36px;
+ height: 36px;
+ }
+
+ #tanuki-logo, img {
float: left;
}