diff --git a/css/details.css b/css/details.css index a005f32..390412a 100644 --- a/css/details.css +++ b/css/details.css @@ -208,6 +208,8 @@ height: 60px; background-color: #f6f6f6; border-radius: 6px; + margin-top: 20px; + display: none; } .boxbox .details .QRCode { position: relative; diff --git a/css/details.less b/css/details.less index 89b7352..180c911 100644 --- a/css/details.less +++ b/css/details.less @@ -239,6 +239,8 @@ height: 60px; background-color: rgba(246, 246, 246, 1); border-radius: 6px; + margin-top: 20px; + display: none; } } diff --git a/img/arrows-long-gray.png b/img/arrows-long-gray.png new file mode 100644 index 0000000..3612467 Binary files /dev/null and b/img/arrows-long-gray.png differ