From 0ffe27180291d3d383e1c22d126a6bed33ae1c6b Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Sun, 15 Jul 2018 13:46:59 +0800 Subject: [PATCH] Fix arrow alignment --- docs/_template/light-dark-theme/styles/master.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/_template/light-dark-theme/styles/master.css b/docs/_template/light-dark-theme/styles/master.css index 462178086..129a073db 100644 --- a/docs/_template/light-dark-theme/styles/master.css +++ b/docs/_template/light-dark-theme/styles/master.css @@ -141,3 +141,13 @@ select { transition: background-color .3s, color .3s; cursor: pointer; } + +/* arrow */ + +span.arrow-d{ + top: 6px; position: relative; +} + +span.arrow-r{ + top: 6px; position: relative; +} \ No newline at end of file