Add a little left margin to gear icon

This is to keep some distance from the plugin name, especially in narrower
screens or when the browser window is resized to be narrower. It ensures
the placement still looks neat :)

Signed-off-by: ADTC <send2adtc@gmail.com>
This commit is contained in:
ADTC 2017-03-13 22:03:56 +08:00
parent 3ab6fc63c3
commit daf3da5bbc
1 changed files with 1 additions and 0 deletions

View File

@ -594,6 +594,7 @@ tr.theme-installed {
div.plugin-name i.settings-icon {
float: right;
margin-top: 3px;
margin-left: 3px;
}
div.plugin-links > a {