Once again, I lost my reading list. In memoriam. Moment of silence for the fallen hero and the other who I still have in my memory, I'm looking at you MR!
@Edo4169NO..... They'll come back with a bang. I'm sure of it!
/* This work is dedicated to the public domain.
Last modified: 2026-01-15 09:50 PM (UTC) */
body {
display: flex;
flex-direction: row;
}
#header {
order: 66;
}
#header * {
margin: 0 !important;
padding: 4px !important;
}
#navbar,
#subnavbar {
display: flex;
flex-direction: column;
}
#fit-to-screen {
display: flex;
flex-direction: column;
}
#status-notices {
order: 66;
}
#resized_notice {
margin: 1rem 0;
width: fit-content;
}
#image {
display: inline-block;
max-height: calc(100vh - 20px);
width: auto;
margin: 10px 0
}
#header {
border: 4px solid #006ffa;
height: fit-content;
margin: 10px 25px;
margin-left: auto;
}
.sidebar {
margin-top: 10px;
}
#notice {
order: 65;
background-color: white;
border: 4px solid currentcolor;
padding: 10px;
margin: 10px;
width: fit-content;
height: fit-content;
position: sticky;
top: 10px;
}