Note menu bar height
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user