From f1f066b558ff83bacd572c1f62f9dd8299f88016 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 6 Jul 2021 01:17:12 +0800 Subject: feat: Enhance timeline board loading. --- FrontEnd/src/views/home/index.css | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'FrontEnd/src/views/home/index.css') diff --git a/FrontEnd/src/views/home/index.css b/FrontEnd/src/views/home/index.css index 098bb017..89d36f0d 100644 --- a/FrontEnd/src/views/home/index.css +++ b/FrontEnd/src/views/home/index.css @@ -1,40 +1,3 @@ -.timeline-board { - min-height: 200px; - height: 100%; - position: relative; -} - -.timeline-board-header { - display: flex; - align-items: center; - justify-content: space-between; -} - -.timeline-board-item { - font-size: 1.1em; - height: 48px; - transition: background 0.3s; - display: flex; - align-items: center; -} -.timeline-board-item .icon { - height: 1.3em; - color: black; -} -.timeline-board-item:hover { - background: #dee2e6; -} -.timeline-board-item .right { - display: flex; - align-items: center; - flex-shrink: 0; -} -.timeline-board-item .title { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - .home-timeline-list-item { display: flex; align-items: center; -- cgit v1.2.3