From fbdaf3089beb2e5fa2d35669caff144af37289c9 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 11 Feb 2021 15:29:35 +0300 Subject: [PATCH] v1.5.19 - emblems gallery - back button --- modules/ui/emblems-editor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ui/emblems-editor.js b/modules/ui/emblems-editor.js index 30262190..c3f08d8d 100644 --- a/modules/ui/emblems-editor.js +++ b/modules/ui/emblems-editor.js @@ -356,8 +356,9 @@ function editEmblem(type, id, el) { figure { margin: 0 0 2em; display: inline-block; transition: .2s; } figure:hover { background-color: #f6f6f6; } figcaption { text-align: center; margin: .4em 0; width: 200px; font-family: 'Overlock SC' } - figure > a { color: black; text-decoration: none; } address { width: 100%; max-width: 1018px; margin: 0 auto; } + a { color: black; } + figure > a { text-decoration: none; } div > a { float: right; font-family: monospace; margin-top: .8em; }