Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorHamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>2023-05-14 04:38:34 +0300
committerHamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>2023-05-14 04:38:34 +0300
commit317f7fe9da894dc0eb37085e9ffb55fbe07613a4 (patch)
tree78ba985c986463537a8edea3fde6886652665f95 /web
parent7b5dd2d0ee50f315c6ec9a9467851d406558c7b6 (diff)
FIX sideBar style
Diffstat (limited to 'web')
-rw-r--r--web/assets/css/custom.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index 4067ea9a..49bfec64 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -28,6 +28,12 @@ body {
display: none;
}
+@media (max-width: 768px) {
+ .ant-layout-sider {
+ display: none;
+ }
+}
+
.ant-card {
border-radius: 1.5rem;
}