GSMEthesis commited on
Commit
47af2a7
·
verified ·
1 Parent(s): 0d03d53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -777,7 +777,7 @@ def enhanced_likert_scale(question_data):
777
  .likert-buttons {{
778
  display: flex !important;
779
  justify-content: center !important;
780
- gap: 4px !important;
781
  flex-wrap: wrap !important;
782
  margin: 0 !important;
783
  padding: 0 !important;
@@ -791,7 +791,7 @@ def enhanced_likert_scale(question_data):
791
  background: white !important;
792
  border: none !important;
793
  color: black !important;
794
- font-size: 14px !important;
795
  padding: 0 !important;
796
  margin: 0 !important;
797
  box-shadow: none !important;
@@ -821,12 +821,12 @@ def enhanced_likert_scale(question_data):
821
  /* ریسپانسیو کردن */
822
  @media (max-width: 600px) {{
823
  .likert-buttons {{
824
- gap: 2px !important;
825
  }}
826
  div.stButton > button[key^="streamlit-btn-{key}-"] {{
827
- width: 18px !important;
828
- height: 18px !important;
829
- font-size: 12px !important;
830
  }}
831
  }}
832
  </style>
 
777
  .likert-buttons {{
778
  display: flex !important;
779
  justify-content: center !important;
780
+ gap: 2px !important;
781
  flex-wrap: wrap !important;
782
  margin: 0 !important;
783
  padding: 0 !important;
 
791
  background: white !important;
792
  border: none !important;
793
  color: black !important;
794
+ font-size: 4px !important;
795
  padding: 0 !important;
796
  margin: 0 !important;
797
  box-shadow: none !important;
 
821
  /* ریسپانسیو کردن */
822
  @media (max-width: 600px) {{
823
  .likert-buttons {{
824
+ gap: 1px !important;
825
  }}
826
  div.stButton > button[key^="streamlit-btn-{key}-"] {{
827
+ width: 12px !important;
828
+ height: 12px !important;
829
+ font-size: 10px !important;
830
  }}
831
  }}
832
  </style>