add subscribe to subreddit feature

This commit is contained in:
teddit
2021-01-08 21:39:46 +01:00
parent ace5b2587c
commit f368b40dda
6 changed files with 227 additions and 59 deletions

View File

@@ -311,6 +311,11 @@ form legend {
border-bottom: 1px solid #e3e3e3;
margin-bottom: 10px;
padding-bottom: 10px;
margin-top: 40px;
font-weight: bold;
}
form legend:first-child {
margin-top: 0px;
}
form .setting {
margin: 10px 0px;
@@ -398,10 +403,6 @@ header .tabmenu li.active a {
border-radius: 3px;
font-weight: bold;
}
.subreddit-listing {
margin-left: 15px;
margin-top: 8px;
}
.green {
color: green !important;
}
@@ -1157,9 +1158,35 @@ body.dark .flair {
font-size: smaller;
padding-right: 15px;
}
.subreddit-listing {
margin: 8px 0px;
list-style: none;
}
.subreddit-listing li {
margin: 15px 0px;
}
#sidebar .content .description {
margin-top: 38px;
}
a.sub-to-subreddit {
color: #f9f9f9;
background: #007900;
font-size: var(--sm-font);
padding: 6px 8px 6px 8px;
margin: 0px 5px 0px 0px;
}
a.sub-to-subreddit:hover,
a.sub-to-subreddit:focus {
color: white !important;
}
a.sub-to-subreddit.gray {
background: gray;
}
.subscribe {
margin: 0px 0px 30px 0px;
width: 100%;
float: left;
}
/* SEARCH */
#search {
margin-bottom: 50px;