From ac3d4737cb4fb934c56dbae0ab307b97cef06eda Mon Sep 17 00:00:00 2001 From: Guy Van Sanden Date: Thu, 16 Apr 2026 16:46:04 +0200 Subject: [PATCH] v1.0.30 --- appinfo/info.xml | 2 +- css/minimalprofile.css | 17 +---------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3547dc3..6b90749 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Minimal Profile Hides profile fields to create a minimal user profile Allows administrators to hide profile fields like pronouns, social links, etc. - 1.0.29 + 1.0.30 AGPL Your Name MinimalProfile diff --git a/css/minimalprofile.css b/css/minimalprofile.css index acbdb56..8db3f71 100644 --- a/css/minimalprofile.css +++ b/css/minimalprofile.css @@ -1,16 +1 @@ -/* Debug - test if CSS loads */ -body { border: 10px solid red !important; } - -/* Hide profile fields */ -.personal-settings-setting-box:has(#account-property-pronouns) { display: none !important; } -.personal-settings-setting-box:has(#account-property-role) { display: none !important; } -.personal-settings-setting-box:has(#account-property-headline) { display: none !important; } -.personal-settings-setting-box:has(#account-property-biography) { display: none !important; } -.personal-settings-setting-box:has(#account-property-organisation) { display: none !important; } -.personal-settings-setting-box:has(#account-property-phone) { display: none !important; } -.personal-settings-setting-box:has(#account-property-address) { display: none !important; } -.personal-settings-setting-box:has(#account-property-birthdate) { display: none !important; } -.personal-settings-setting-box:has(#account-property-website) { display: none !important; } -.personal-settings-setting-box:has(#account-property-twitter) { display: none !important; } -.personal-settings-setting-box:has(#account-property-fediverse) { display: none !important; } -.personal-settings-setting-box:has(#account-property-location) { display: none !important; } \ No newline at end of file +/* Base styles - minimal profile */ \ No newline at end of file