summaryrefslogtreecommitdiff
path: root/template/profilenew.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-30 19:30:37 +0000
committeryo momma <shutup@oops.wtf>2026-01-30 19:30:37 +0000
commit35e248d8861576b9928d904eb25c5cf1436e6cf2 (patch)
treed169c6af13468aa63c0f73947997b374dcbb35c0 /template/profilenew.st
parent11f8e6abdddfd60a4514dd30cb4d198780dd84c5 (diff)
Refactor: shared CSS utilities + fewer inline stylesrefactor
Diffstat (limited to 'template/profilenew.st')
-rwxr-xr-xtemplate/profilenew.st8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/profilenew.st b/template/profilenew.st
index 905e49e..547c1c6 100755
--- a/template/profilenew.st
+++ b/template/profilenew.st
@@ -32,9 +32,9 @@ jQuery(document).ready(function() {
</head>
<body class="profiledash">
$if(avatar)$
- <div id="dashtotal"style="background-image:url($avatar$);opacity:0.1;width:100%;height:100%;z-index:-1"></div>
+ <div id="dashtotal" style="background-image:url($avatar$);opacity:0.1;width:100%;height:100%;z-index:-1"></div>
$else$
- <div id="dashtotal"style="background-image:url(/static/img/thumbs/stripes.gif);width:100%;height:100%;z-index:-1"></div>
+ <div id="dashtotal" style="background-image:url(/static/img/thumbs/stripes.gif);width:100%;height:100%;z-index:-1"></div>
$endif$
$banner()$
@@ -60,9 +60,9 @@ jQuery(document).ready(function() {
$if(is_home)$
- <div id="avatar-editing" style="display: none">
+ <div id="avatar-editing" class="is-hidden">
<input id="uploadp" value="Upload Icon" type="submit">
- <img id="spinner" src="/static/img/spinner.gif" style="display: none" />
+ <img id="spinner" src="/static/img/spinner.gif" class="is-hidden" />
</div>
$endif$
<div id="dashinfo">