aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css/Dialog.css
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-10-26 13:29:53 +0400
committerGitHub <noreply@github.com>2025-10-26 12:29:53 +0300
commitd2470b157f84844539c34adfaf77548069f47bd0 (patch)
treeb537237557666d0a18155be1fa5436a04455cdc7 /frontend/src/css/Dialog.css
parentfeat/frontend: center hamburger close button (#284) (diff)
downloadlphub-d2470b157f84844539c34adfaf77548069f47bd0.tar.gz
lphub-d2470b157f84844539c34adfaf77548069f47bd0.tar.bz2
lphub-d2470b157f84844539c34adfaf77548069f47bd0.zip
feat/frontend: tablet breakpoints (#285)
Diffstat (limited to 'frontend/src/css/Dialog.css')
-rw-r--r--frontend/src/css/Dialog.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/frontend/src/css/Dialog.css b/frontend/src/css/Dialog.css
index d2f0528..1e03ca3 100644
--- a/frontend/src/css/Dialog.css
+++ b/frontend/src/css/Dialog.css
@@ -95,6 +95,31 @@
95 } 95 }
96} 96}
97 97
98@media screen and (min-width: 769px) and (max-width: 1024px) {
99 .dialog-container {
100 left: -280px;
101 }
102
103 .dialog {
104 min-width: 380px;
105 max-width: 500px;
106 }
107
108 .dialog-header {
109 font-size: 22px;
110 }
111
112 .dialog-description {
113 font-size: 17px;
114 padding: 13px 9px;
115 }
116
117 .dialog-btns-container button {
118 padding: 6px 12px;
119 font-size: 17px;
120 }
121}
122
98@media screen and (max-width: 768px) { 123@media screen and (max-width: 768px) {
99 .dialog-container { 124 .dialog-container {
100 left: 0; 125 left: 0;