'now' structure change
This commit is contained in:
parent
f383cbe873
commit
d3e490e65b
1 changed files with 5 additions and 16 deletions
21
now.css
21
now.css
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue