From 6e7e76a3ce5243f02ca13faaf807429b5c7749dd Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Wed, 30 May 2018 17:34:46 +0100 Subject: [PATCH] Margin and padding adjustments. --- .../web/app/views/project/editor/history/previewPanelV2.pug | 2 +- services/web/public/stylesheets/app/editor/history.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/app/views/project/editor/history/previewPanelV2.pug b/services/web/app/views/project/editor/history/previewPanelV2.pug index 89a89c0e23..596912d109 100644 --- a/services/web/app/views/project/editor/history/previewPanelV2.pug +++ b/services/web/app/views/project/editor/history/previewPanelV2.pug @@ -19,7 +19,7 @@ }" ) | in {{history.diff.pathname}} - .btn.btn-info.btn-xs( + .history-toolbar-btn( ng-click="toggleHistoryViewMode();" ) i.fa diff --git a/services/web/public/stylesheets/app/editor/history.less b/services/web/public/stylesheets/app/editor/history.less index a8d876bc52..3e558b6c5f 100644 --- a/services/web/public/stylesheets/app/editor/history.less +++ b/services/web/public/stylesheets/app/editor/history.less @@ -88,6 +88,7 @@ .loading { text-align: center; font-family: @font-family-serif; + margin-top: (@line-height-computed / 2); } ul {