Note menu bar height

This commit is contained in:
Mo Bitar
2017-10-17 13:55:38 -05:00
parent 0d68424737
commit 6033bde0d5
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
max-width: 350px;
min-width: 170px;
$notes-title-bar-height: 147px;
$notes-title-bar-height: 148px;
#notes-title-bar {
color: rgba(black, 0.40);

View File

@@ -3,7 +3,7 @@ class ApplicationController < ActionController::Base
protect_from_forgery with: :null_session
after_action :set_csrf_cookie
after_action :allow_iframe
after_filter :allow_iframe
layout :false