diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 19:30:37 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 19:30:37 +0000 |
| commit | 35e248d8861576b9928d904eb25c5cf1436e6cf2 (patch) | |
| tree | d169c6af13468aa63c0f73947997b374dcbb35c0 /template/profile.st | |
| parent | 11f8e6abdddfd60a4514dd30cb4d198780dd84c5 (diff) | |
Refactor: shared CSS utilities + fewer inline stylesrefactor
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/profile.st b/template/profile.st index f46ef5d..527e333 100755 --- a/template/profile.st +++ b/template/profile.st @@ -38,9 +38,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()$ @@ -64,9 +64,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"> |
