diff options
author | crupest <crupest@outlook.com> | 2021-07-01 20:20:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-07-01 20:20:08 +0800 |
commit | 289c43977e6f51e1275906ba5935b5dce5b67f50 (patch) | |
tree | 131c933b5c4574542c3b07793170acae674fc0d4 /FrontEnd/src/views/home/index.css | |
parent | 8796470c6c9d43cb573c23221540d9aac6407e85 (diff) | |
download | timeline-289c43977e6f51e1275906ba5935b5dce5b67f50.tar.gz timeline-289c43977e6f51e1275906ba5935b5dce5b67f50.tar.bz2 timeline-289c43977e6f51e1275906ba5935b5dce5b67f50.zip |
...
Diffstat (limited to 'FrontEnd/src/views/home/index.css')
-rw-r--r-- | FrontEnd/src/views/home/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FrontEnd/src/views/home/index.css b/FrontEnd/src/views/home/index.css index 516aba52..098bb017 100644 --- a/FrontEnd/src/views/home/index.css +++ b/FrontEnd/src/views/home/index.css @@ -71,3 +71,9 @@ .home-timeline-list-loading-head {
animation: 1s infinite home-timeline-list-loading-head-animation;
}
+
+@media (min-width: 576px) {
+ .home-search {
+ float: right;
+ }
+}
|