///FOR REFERENCE///
@Subarist provided a solution for the weird zoomy hover issue (in a separate thread here), as follows:
.container {
margin-right: auto;
margin-left: auto;
padding-right: 15px;
}
This fixed the zoom thing.
However the DLIST has now reverted back to being an anorexic ho...pless case all over again.
🤣And apparently there's at least 1 known blimmin' gott dang feral side nav still on the loose again too.
//EDIT: Reorganized the DLIST modules a little.
Here's where it's at right now:
/*(((i(((BODY))))))*/
/*((( BODY((( BACKGROUND )))*/
body {
background-image: url("https://asylum.flarum.cloud/assets/files/2024-08-10/1723247283-465702-compress-20240810-114658-8089.jpg?auto-compress&cs=tinysrgb&w=1260&h=750&dpr=2") !important;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
/*(((i(((BODY))))))*/
/*(((ii(((ROOT))))))*/
/*((( ROOT((( BORDER-RADIUS((( DLIST((( TITLE-COLOR )))*/
:root {
--border-radius: 6px;
--discussion-title-color: white;
}
/*(((ii(((ROOT))))))*/
/*(((iii(((CONTAINER))))))*/
/*((( CONTAINER )))*/
.container {
margin-right: auto;
margin-left: auto;
padding-right: 15px;
}
/*(((iii(((CONTAINER))))))*/
/*(((iv(((TOOLBARS))))))*/
/*((( TOOLBARS((( INDEX-PAGE((( TAGS-PAGE((( NONE )))*/
.IndexPage-toolbar,
.TagsPage-toolbar {
display: none;
}
/*(((iv(((TOOLBARS))))))*/
/*(((v(((DISCUSSION-LIST)))DLIST))))))*/
/*((( DLIST((( ITEM-CONTENT )))*/
.DiscussionListItem-content {
color: white;
font-weight: 800;
font-size: 23px;
font-family: "Font Awesome 5 Free", Garamond, serif;
font-variant: small-caps;
text-shadow: 0 0 3px black;
background: rgba(129, 0, 255, 0.3);
}
/*((( DLIST((( ITEM-CONTENT((( KEYFRAMES((( RAINBOW )))*/
@keyframes rainbow {
0% {background-position: 0% 62%;}
50% {background-position: 80% 19%;}
100% {background-position: 0% 62%;}
}
/*((( DLIST((( ITEM )))*/
.DiscussionListItem {
color: white;
transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}
/*((( DLIST((( ITEM((( HOVER )))*/
.DiscussionListItem:hover {
transform: scale(1.02);
color: gold !important;
background: linear-gradient(130deg, #f00, #0c3, #60c, #c60, #0c3, #60c, #c60, #0c3, #60c);
background-size: 1800% 1800%;
animation: rainbow 20s ease infinite;
z-index: 999;
}
/*((( DLIST((( ITEM-TITLE )))*/
.DiscussionListItem-title {
color: white;
font-weight: 900;
font-variant: small-caps;
font-family: Garamond, serif;
font-size: 22px;
}
/*((( DLIST((( ITEM-TITLE((( HOVER )))*/
.DiscussionListItem-title:hover {
color: gold !important;
}
/*((( MEDIA((( PHONE((( DLIST((( ITEM-TITLE )))*/
@media (max-width: 767.98px) @phone {
.DiscussionListItem-title {
color: white;
font-weight: 900;
font-variant: small-caps;
font-family: Garamond, serif;
font-size: 22px;
transition: color 0.3s ease-in-out;
}
/*((( MEDIA((( PHONE((( DLIST((( ITEM-TITLE((( HOVER )))*/
.DiscussionListItem-title:hover {
color: gold !important;
}
}
/*((( DLIST((( ITEM-INFO )))*/
.DiscussionListItem-info {
color: white;
font-variant: small-caps;
font-family: Garamond, serif;
font-size: 12px;
transition: color 0.3s ease-in-out;
}
/*((( DLIST((( ITEM-INFO((( HOVER )))*/
.DiscussionListItem-info:hover {
color: gold !important;
}
/*((( DLIST((( ITEM-AUTHOR((( AVATAR )))*/
.DiscussionListItem-author .Avatar {
filter: drop-shadow(0 0 5px white);
transition: filter 0.3s ease-in-out;
}
/*((( DLIST((( ITEM-AUTHOR((( AVATAR((( HOVER )))*/
.DiscussionListItem-author .Avatar:hover {
filter: drop-shadow(0 0 10px gold);
}
/*((( DLIST((( ITEM-INFO((( USERNAME )))*/
.DiscussionListItem-info .username {
color: white;
font-variant: small-caps;
font-family: Garamond, serif;
font-size: 15px;
font-weight: 600;
text-shadow: 0 0 4px black;
transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}
/*((( DLIST((( ITEM-INFO((( USERNAME((( HOVER )))*/
.DiscussionListItem-info .username:hover {
color: gold !important;
}
/*((( DLIST((( LOAD-MORE-BUTTON )))*/
.DiscussionList-loadMore button {
width: 95%;
border-radius: 5px;
background: linear-gradient(130deg, #6600cc, #cc6600, #00cc33);
color: gold;
font-variant: small-caps;
font-size: 20px !important;
font-weight: 900 !important;
font-family: Garamond, serif;
text-shadow: 0 0 6px black;
background-size: 1800% 1800%;
animation: rainbow 35s ease infinite;
}
/*((( DLIST((( LOAD-MORE-BUTTON((( KEY-FRAMES((( RAINBOW )))*/
@keyframes rainbow {
0% {background-position: 0% 62%;}
50% {background-position: 80% 19%;}
100% {background-position: 0% 62%;}
}
/*(((v(((DISCUSSION-LIST)))DLIST))))))*/
//EDIT #2: I've managed to track down where the feral side nav is hiding out.
🤔Looks like a well fed class 6 chaotic neutral persistent pain in the hiney.
Probably why the anorexic DLIST is looking so gaunt and malnourished.
Best we put an end to it's reign of side navigable terror quick smart, before the other nav bars start getting any feral ideas.
//EDIT #3: Just for clarity.
The OP issue is referring to fixing the zoomy weirdness for the full-width-of-the-screen sized DiscussionList discussions.
The recently discovered feral side-nav ain't supposed to exist.
The legendary Subarist resolved the zoomy weirdness.
But now the DiscussionList size is waaaaaay off.