aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-09-20 19:42:41 +0800
committercrupest <crupest@outlook.com>2023-09-20 19:42:41 +0800
commit0b110df59aa98f78d3dd491e4c7ef310cee3c166 (patch)
tree2ac838606d8224eade66ab693eeb2fd3aa332dda /FrontEnd
parente06f1a33e678ac264f9290013f49237ea97e699b (diff)
downloadtimeline-0b110df59aa98f78d3dd491e4c7ef310cee3c166.tar.gz
timeline-0b110df59aa98f78d3dd491e4c7ef310cee3c166.tar.bz2
timeline-0b110df59aa98f78d3dd491e4c7ef310cee3c166.zip
...
Diffstat (limited to 'FrontEnd')
-rw-r--r--FrontEnd/src/components/dialog/Dialog.css5
-rw-r--r--FrontEnd/src/pages/timeline/Timeline.css16
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostView.css2
3 files changed, 3 insertions, 20 deletions
diff --git a/FrontEnd/src/components/dialog/Dialog.css b/FrontEnd/src/components/dialog/Dialog.css
index e4f52a92..23b663db 100644
--- a/FrontEnd/src/components/dialog/Dialog.css
+++ b/FrontEnd/src/components/dialog/Dialog.css
@@ -5,9 +5,8 @@
top: 0;
right: 0;
bottom: 0;
- display: flex;
- align-items: center;
overflow: auto;
+ padding: 20vh 1em;
}
.cru-dialog-background {
@@ -37,4 +36,4 @@
.cru-dialog-container {
max-width: 800px;
}
-} \ No newline at end of file
+}
diff --git a/FrontEnd/src/pages/timeline/Timeline.css b/FrontEnd/src/pages/timeline/Timeline.css
index 01a6acd6..db25eda0 100644
--- a/FrontEnd/src/pages/timeline/Timeline.css
+++ b/FrontEnd/src/pages/timeline/Timeline.css
@@ -25,22 +25,6 @@
background: var(--timeline-background-color);
}
-.timeline-post-item-options-mask {
- background: hsla(0, 0%, 100%, 0.85);
- z-index: 100;
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
-
- display: flex;
- justify-content: space-around;
- align-items: center;
-
- border-radius: var(--cru-card-border-radius);
-}
-
.timeline-sync-state-badge {
font-size: 0.8em;
padding: 3px 8px;
diff --git a/FrontEnd/src/pages/timeline/TimelinePostView.css b/FrontEnd/src/pages/timeline/TimelinePostView.css
index f14e1322..a8db46bf 100644
--- a/FrontEnd/src/pages/timeline/TimelinePostView.css
+++ b/FrontEnd/src/pages/timeline/TimelinePostView.css
@@ -34,4 +34,4 @@
.timeline-post-content {
margin-top: 0.5em;
-} \ No newline at end of file
+}