a few very minor visual tweaks
This commit is contained in:
parent
461196f089
commit
ea37946d00
|
@ -1,6 +1,6 @@
|
||||||
.show-more {
|
.show-more {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 4px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -266,6 +266,7 @@
|
||||||
|
|
||||||
.search-context {
|
.search-context {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
label { margin-bottom: 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.searching {
|
.searching {
|
||||||
|
|
|
@ -118,7 +118,7 @@ aside.quote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wiki .topic-body {
|
.wiki .topic-body {
|
||||||
background-color: scale-color($wiki, $lightness: 95%);
|
background-color: dark-light-diff($wiki, $secondary, 95%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-info {
|
.post-info {
|
||||||
|
@ -140,7 +140,6 @@ aside.quote {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
code {
|
code {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
|
@ -91,7 +91,7 @@ blockquote {
|
||||||
.topic-status {
|
.topic-status {
|
||||||
i {
|
i {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: darken($secondary, 60%);
|
color: dark-light-diff($secondary, $primary, 40%, -20%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue