'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,
|
.thread h1,
|
||||||
.now h2,
|
.now h2,
|
||||||
.thread h2 {
|
.thread h2 {
|
||||||
width: calc(100% - 200px);
|
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
.now h2,
|
.now h2,
|
||||||
.thread h2 {
|
.thread h2 {
|
||||||
font-size: large;
|
|
||||||
}
|
|
||||||
.now h3 {
|
|
||||||
position: absolute;
|
|
||||||
margin: 0;
|
|
||||||
right: 15px;
|
|
||||||
top: 15px;
|
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
|
}
|
||||||
|
.now h3,
|
||||||
|
.thread-update h3 {
|
||||||
|
margin: 5px 10px;
|
||||||
|
font-size: small;
|
||||||
color: var(--subtitle);
|
color: var(--subtitle);
|
||||||
}
|
}
|
||||||
.now hgroup,
|
.now hgroup,
|
||||||
|
@ -56,14 +53,6 @@ div.now {
|
||||||
.thread-update li {
|
.thread-update li {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
.thread-update h3 {
|
|
||||||
position: absolute;
|
|
||||||
margin: 0;
|
|
||||||
right: 15px;
|
|
||||||
top: 15px;
|
|
||||||
font-size: small;
|
|
||||||
color: var(--subtitle);
|
|
||||||
}
|
|
||||||
|
|
||||||
.lyrics {
|
.lyrics {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue