mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-14 05:52:53 +00:00
Merge branch 'master' of https://github.com/spikecodes/libreddit
This commit is contained in:
commit
899a414cf6
2 changed files with 18 additions and 37 deletions
|
@ -292,6 +292,10 @@ aside {
|
|||
|
||||
/* Sorting and Search */
|
||||
|
||||
select, #search, #sort_options, #inside, #searchbox > *, #sort_submit {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.search_label {
|
||||
max-width: 300px;
|
||||
overflow: hidden;
|
||||
|
@ -307,7 +311,7 @@ select {
|
|||
select, #search {
|
||||
border: none;
|
||||
padding: 0 15px;
|
||||
height: 40px;
|
||||
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
@ -321,10 +325,7 @@ select, #search {
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#searchbox > *, #sort_submit {
|
||||
background: var(--highlighted);
|
||||
height: 40px;
|
||||
}
|
||||
#searchbox > *, #sort_submit { background: var(--highlighted); }
|
||||
|
||||
#search {
|
||||
border-right: 2px var(--outside) solid;
|
||||
|
@ -336,7 +337,6 @@ select, #search {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
border-right: 2px var(--outside) solid;
|
||||
height: 40px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
|
@ -391,10 +391,6 @@ input[type="submit"]:hover, button.submit:hover {
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
#sort_options {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
#sort, #search_sort {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -785,13 +781,8 @@ a.search_subreddit:hover {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.compact .post.highlighted {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.compact .post:not(:last-of-type):not(.highlighted):not(.stickied) {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.compact .post.highlighted { border-radius: 5px; }
|
||||
.compact .post:not(:last-of-type):not(.highlighted):not(.stickied) { border-bottom: 0; }
|
||||
|
||||
.compact .post_score {
|
||||
padding-top: 15px;
|
||||
|
@ -975,21 +966,11 @@ td, th {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.post_score::before {
|
||||
content: "↑"
|
||||
}
|
||||
|
||||
.post:hover > .post_score {
|
||||
background: unset;
|
||||
}
|
||||
.post_score::before { content: "↑" }
|
||||
.post:hover > .post_score { background: unset; }
|
||||
|
||||
.post_header {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.post_footer {
|
||||
margin-left: 15px;
|
||||
}
|
||||
.post_header { font-size: 14px; }
|
||||
.post_footer { margin-left: 15px; }
|
||||
|
||||
.replies > .comment {
|
||||
margin-left: -25px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue