From 957dd353e5535fc40d519e762e9f4073e5898b26 Mon Sep 17 00:00:00 2001 From: CajunAvenger Date: Sat, 25 Mar 2023 08:32:19 -0500 Subject: [PATCH] Update style --- data/magic-m15-saga.mse-style/style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/magic-m15-saga.mse-style/style b/data/magic-m15-saga.mse-style/style index b2ea74e76..477a294a1 100644 --- a/data/magic-m15-saga.mse-style/style +++ b/data/magic-m15-saga.mse-style/style @@ -224,7 +224,7 @@ init script: } text_filter := text_filter + {apply_margins(input, name:margin_code)} + {add_spacers(input, name:margin_code)} margin_top := { - if input == "lv2" or (input == "lv3" and card.level_3_text != "​") or (input == "lv4" and card.level_4_text != "") then 30 else 0 + if not is_class() then 0 else if input == "lv2" or (input == "lv3" and card.level_3_text != "​") or (input == "lv4" and card.level_4_text != "") then 30 else 0 } ###add blank spaces to inner levels so they still are clickable while "empty" add_spacers := { if input == "" and (margin_code == "lv1" or margin_code == "lv2" or margin_code == "lv3") then "​" else input}