mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #3015 from awesomerobot/master
a few very minor visual tweaks
This commit is contained in:
commit
2ad0aeea2f
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
.show-more {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
top: 4px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
@ -266,6 +266,7 @@
|
|||
|
||||
.search-context {
|
||||
padding: 0 5px;
|
||||
label { margin-bottom: 0; }
|
||||
}
|
||||
|
||||
.searching {
|
||||
|
|
|
@ -118,7 +118,7 @@ aside.quote {
|
|||
}
|
||||
|
||||
.wiki .topic-body {
|
||||
background-color: scale-color($wiki, $lightness: 95%);
|
||||
background-color: dark-light-diff($wiki, $secondary, 95%, -50%);
|
||||
}
|
||||
|
||||
.post-info {
|
||||
|
@ -140,7 +140,6 @@ aside.quote {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
pre {
|
||||
code {
|
||||
white-space: pre-wrap;
|
||||
|
|
|
@ -91,7 +91,7 @@ blockquote {
|
|||
.topic-status {
|
||||
i {
|
||||
font-size: 20px;
|
||||
color: darken($secondary, 60%);
|
||||
color: dark-light-diff($secondary, $primary, 40%, -20%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue