aboutsummaryrefslogtreecommitdiff
path: root/src/web/components/comments/Comments.css
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-13 18:04:18 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-13 18:04:18 +1100
commit93dfe2be64e8658839bcfe5356adf35f8cde7075 (patch)
treec60b1e20d569b74dbde85123e1b2bf3590c66244 /src/web/components/comments/Comments.css
initial commit
Diffstat (limited to 'src/web/components/comments/Comments.css')
-rw-r--r--src/web/components/comments/Comments.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/web/components/comments/Comments.css b/src/web/components/comments/Comments.css
new file mode 100644
index 0000000..402e4a2
--- /dev/null
+++ b/src/web/components/comments/Comments.css
@@ -0,0 +1,30 @@
+.container {
+ width: 100%;
+ position: relative;
+
+ /*TODO*/
+ display: none;
+
+ justify-content: center;
+ padding: 1em 1em 0em 0em;
+ overflow: auto;
+
+ color: var(--black-98);
+}
+
+.card {
+ padding: 1em;
+}
+
+.originalPost {
+
+}
+.originalPost > h1 {
+ font-size: 1.8em;
+}
+
+@media (min-width: 80em) {
+ .container {
+ display: flex;
+ }
+} \ No newline at end of file