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:
parent
3ab6fc63c3
commit
daf3da5bbc
|
@ -594,6 +594,7 @@ tr.theme-installed {
|
||||||
div.plugin-name i.settings-icon {
|
div.plugin-name i.settings-icon {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.plugin-links > a {
|
div.plugin-links > a {
|
||||||
|
|
Loading…
Reference in New Issue