'now' structure change

This commit is contained in:
nnwhen 2025-03-02 23:15:20 +02:00
parent f383cbe873
commit d3e490e65b

21
now.css
View file

@ -18,19 +18,16 @@ div.now {
.thread h1,
.now h2,
.thread h2 {
width: calc(100% - 200px);
margin: 0 10px;
}
.now h2,
.thread h2 {
font-size: large;
}
.now h3 {
position: absolute;
margin: 0;
right: 15px;
top: 15px;
font-size: medium;
}
.now h3,
.thread-update h3 {
margin: 5px 10px;
font-size: small;
color: var(--subtitle);
}
.now hgroup,
@ -56,14 +53,6 @@ div.now {
.thread-update li {
padding: 10px;
}
.thread-update h3 {
position: absolute;
margin: 0;
right: 15px;
top: 15px;
font-size: small;
color: var(--subtitle);
}
.lyrics {
display: none;