diff options
author | crupest <crupest@outlook.com> | 2023-08-15 17:29:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-15 17:29:33 +0800 |
commit | bac55126dc853662bfb9dcdb6ba9e1616c73e660 (patch) | |
tree | 62a8d20f78dc05c4881c1a9cc49cdf187ee3679d /FrontEnd/src/pages/timeline/TimelinePostCreateView.css | |
parent | 3a54aa6171ad14854e877e1b4f320f808ed61811 (diff) | |
download | timeline-bac55126dc853662bfb9dcdb6ba9e1616c73e660.tar.gz timeline-bac55126dc853662bfb9dcdb6ba9e1616c73e660.tar.bz2 timeline-bac55126dc853662bfb9dcdb6ba9e1616c73e660.zip |
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostCreateView.css')
-rw-r--r-- | FrontEnd/src/pages/timeline/TimelinePostCreateView.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css index f54c5103..2a433860 100644 --- a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css +++ b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css @@ -18,7 +18,9 @@ height: 100%;
background-color: var(--cru-background-color);
color: var(--cru-text-primary-color);
- border: 1px solid transparent;
+ border: 1px solid var(--cru-text-primary-color);
+ padding: 0.5em;
+ border-radius: 5px;
}
.timeline-post-create-edit-text:hover {
|