remove feild css
Some checks failed
/ test-build (push) Has been cancelled

This commit is contained in:
nelle 2024-07-29 19:10:17 -06:00
parent 03e54e88b8
commit 4223521452

View file

@ -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;
}