diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 43520e09a..d5dce7199 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -195,70 +195,6 @@ section.modal._popup > div.form > textarea { resize: vertical !important; } /* border-bottom-left-radius: var(--radius) !important; border-bottom-right-radius: var(--radius) !important; } - .profile .fields { - display: flex; - flex-wrap: wrap; - padding: 0 24px !important; - border: 0 !important; - } - .profile .fields .field { - background-color: var(--panelHighlight); - border-radius: 1em; - margin: 0 0.5em 0.5em 0 !important; - font-size: 0.9em; - } - .profile .fields .field > * { - padding: 6px 10px; - } - .profile .fields .field .name { - width: auto !important; - } - .profile .fields .field .value { - width: auto !important; - padding-left: 0; - } - .profile .fields .field .value a[rel*="nofollow"] { - margin: -6px -10px; - margin-left: 0; - padding: 6px 10px; - display: flex; - position: relative; - } - .profile .fields .field .value a[rel*="nofollow"]::before { - content: ""; - position: absolute; - inset: 0; - background-color: var(--link); - border-radius: var(--radius); - opacity: 0.1; - } - .profile .fields .field .value a[rel*="nofollow"] .fa-external-link-square-alt { - display: none; - } - .profile .fields.system { - margin-top: -24px; - padding-top: 1em !important; - padding-bottom: 0.5em !important; - } - .profile .fields.system .field { - background: none; - opacity: 0.8; - max-width: 300px !important; - font-size: 1em; - padding-right: 10px !important; - } - .profile .fields.system .field > * { - padding: 0; - } - .profile .fields.system .field > *.name { - min-width: max-content; - padding-right: 0.4rem; - font-weight: 500 !important; - font-size: 0; - } - .profile .fields.system .field > *.name i { - font-size: 0.9rem; - } .profile ~ .contents { position: relative; }