mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
add subscribe to subreddit feature
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user