diff options
author | alyx <alyx@aleteoryx.me> | 2024-04-08 11:59:29 -0400 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2024-04-08 11:59:29 -0400 |
commit | f548d2d297bbf452aa206042f2029d7137df0477 (patch) | |
tree | bf126a6c4e7d533631c3bc76f20b627945889611 /src/theming | |
parent | 95fe09db7d64e1ca746ccc5865b8ff577c386aaa (diff) | |
download | lfm_embed-f548d2d297bbf452aa206042f2029d7137df0477.tar.gz lfm_embed-f548d2d297bbf452aa206042f2029d7137df0477.tar.bz2 lfm_embed-f548d2d297bbf452aa206042f2029d7137df0477.zip |
Various fixesrelease-0.2.0
Diffstat (limited to 'src/theming')
-rw-r--r-- | src/theming/hbs/plain.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theming/hbs/plain.hbs b/src/theming/hbs/plain.hbs index b3c0abf..040a079 100644 --- a/src/theming/hbs/plain.hbs +++ b/src/theming/hbs/plain.hbs @@ -1,5 +1,5 @@ <!doctype html> -<html lang="en" style="margin: 20px; overflow: hidden;"> +<html lang="en" style="margin: 4px; overflow: hidden;"> <head> <meta charset="UTF-8"/> <title>{{#if error}}Error!{{else}}@{{user.name}}'s Last.fm Stats{{/if}}</title> |