Style around new post submit button

merge-requests/8/head
Bob Mottram 2020-11-02 14:10:58 +00:00
parent 474722e6f1
commit 1b895520c8
1 changed files with 3 additions and 3 deletions

View File

@ -387,15 +387,15 @@ a:focus {
}
.containerNewPost {
border: 0;
border: 0var(--border-width) solid var(--border-color);
border-radius: var(--timeline-border-radius);
background-color: var(--main-bg-color);
margin: var(--vertical-between-posts);
}
.containerSubmitNewPost {
border: var(--border-width) solid var(--border-color);
border: 0;
background-color: var(--main-bg-color);
border-radius: var(--timeline-border-radius);
margin: var(--vertical-between-posts);
}