aboutsummaryrefslogtreecommitdiff
path: root/src/components/ExpandableHeader.css
diff options
context:
space:
mode:
authorManti <67705577+mantikafasi@users.noreply.github.com>2023-05-28 23:03:06 +0300
committerGitHub <noreply@github.com>2023-05-28 22:03:06 +0200
commit3e3d05fc26a634b17549c9473bd8aeebb7dec4ec (patch)
treea3591b0b0dea888f24d1ce8e58584b4447f62dde /src/components/ExpandableHeader.css
parent6300198a5463ab38da81906bda634addf4c8a369 (diff)
downloadVencord-3e3d05fc26a634b17549c9473bd8aeebb7dec4ec.tar.gz
Vencord-3e3d05fc26a634b17549c9473bd8aeebb7dec4ec.tar.bz2
Vencord-3e3d05fc26a634b17549c9473bd8aeebb7dec4ec.zip
ReviewDB: Add Review Modal & Pagination (#1174)
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/components/ExpandableHeader.css')
-rw-r--r--src/components/ExpandableHeader.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/ExpandableHeader.css b/src/components/ExpandableHeader.css
new file mode 100644
index 0000000..14e291b
--- /dev/null
+++ b/src/components/ExpandableHeader.css
@@ -0,0 +1,12 @@
+.vc-expandableheader-center-flex {
+ display: flex;
+ justify-items: center;
+ align-items: center;
+}
+
+.vc-expandableheader-btn {
+ all: unset;
+ cursor: pointer;
+ width: 24px;
+ height: 24px;
+}