Spaces:
Paused
Paused
Update app.py
Browse files
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:
|
| 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:
|
| 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:
|
| 825 |
}}
|
| 826 |
div.stButton > button[key^="streamlit-btn-{key}-"] {{
|
| 827 |
-
width:
|
| 828 |
-
height:
|
| 829 |
-
font-size:
|
| 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>
|