From cc67838786ad8eb2589e483cc869ffccd7b89014 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 4 Jul 2017 15:56:18 +0200 Subject: [PATCH 1/2] Fix horizontal scrollbar in /pad anonymous mode --- customize.dist/src/less/toolbar.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/customize.dist/src/less/toolbar.less b/customize.dist/src/less/toolbar.less index 9f76cec05..aba479984 100644 --- a/customize.dist/src/less/toolbar.less +++ b/customize.dist/src/less/toolbar.less @@ -855,9 +855,6 @@ body .cryptpad-toolbar { width: 100%; cursor: default; font-size: 32px; - .fa { - margin-left: 3px; - } } } } From d7f9ddd8d2729dde5ea979299b9b14a992419ca7 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 4 Jul 2017 15:57:34 +0200 Subject: [PATCH 2/2] Fix icon colors in the new menu (/pad app) --- customize.dist/src/less/toolbar.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less/toolbar.less b/customize.dist/src/less/toolbar.less index aba479984..4edd3800c 100644 --- a/customize.dist/src/less/toolbar.less +++ b/customize.dist/src/less/toolbar.less @@ -12,6 +12,9 @@ user-select: none; } +.cke_reset_all * { + color: inherit; +} .padColor { color: @toolbar-pad-bg; } .codeColor { color: @toolbar-code-bg; } @@ -25,9 +28,6 @@ .toolbar-container { display: flex; } -.cke_reset_all * { - color: inherit; -} #cke_editor1 .cke_inner { position: absolute; top: 0;