aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/reviewDB/style.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/plugins/reviewDB/style.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/plugins/reviewDB/style.css')
-rw-r--r--src/plugins/reviewDB/style.css50
1 files changed, 49 insertions, 1 deletions
diff --git a/src/plugins/reviewDB/style.css b/src/plugins/reviewDB/style.css
index 6171abe..83cf087 100644
--- a/src/plugins/reviewDB/style.css
+++ b/src/plugins/reviewDB/style.css
@@ -1,3 +1,51 @@
-[class|="section"]:not([class|="lastSection"]) + .vc-reviewdb-view {
+[class|="section"]:not([class|="lastSection"]) + .vc-rdb-view {
margin-top: 12px;
}
+
+.vc-rdb-badge {
+ vertical-align: middle;
+ margin-left: 4px;
+}
+
+.vc-rdb-input {
+ margin-top: 6px;
+ margin-bottom: 12px;
+ resize: none;
+ overflow: hidden;
+ background: transparent;
+ border: 1px solid var(--profile-message-input-border-color);
+ font-size: 14px;
+}
+
+.vc-rdb-placeholder {
+ margin-bottom: 4px;
+ font-weight: bold;
+ font-style: italic;
+ color: var(--text-muted);
+}
+
+.vc-rdb-modal-footer {
+ padding: 0;
+}
+
+.vc-rdb-modal-footer > div {
+ width: 100%;
+ margin: 6px 16px;
+}
+
+.vc-rdb-modal-footer .vc-rdb-input {
+ margin-bottom: 0;
+ background: var(--input-background);
+}
+
+.vc-rdb-modal-footer [class|="pageControlContainer"] {
+ margin-top: 0;
+}
+
+.vc-rdb-modal-header {
+ flex-grow: 1;
+}
+
+.vc-rdb-modal-reviews {
+ margin-top: 16px;
+}