File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 background : white;
7575}
7676
77- /*TODO MAKE RESPONSIVE*/
7877.documentation # api-docs-list {
7978 columns : 3 ;
79+ column-gap : 24px ;
8080 list-style-type : none;
8181 padding : 0 ;
8282 margin : 0 ;
8383}
8484
85+ .documentation # api-docs-list li {
86+ break-inside : avoid;
87+ margin-bottom : 8px ;
88+ }
89+
8590.documentation .collapsed {
8691 display : none;
8792}
130135.documentation .api-swagger-index-collapsible-ready .api-swagger-index-collapsed {
131136 display : none;
132137}
138+
139+ @media (max-width : 991px ) {
140+ .documentation # api-docs-list {
141+ columns : 2 ;
142+ }
143+ }
144+
145+ @media (max-width : 767px ) {
146+ .documentation # api-docs-list {
147+ columns : 1 ;
148+ }
149+ }
Original file line number Diff line number Diff line change 1818{% endblock %}
1919
2020{% block footer %}
21+ {{ parent () }}
2122
2223 <script type =" text/javascript" >
2324 (function () {
You can’t perform that action at this time.
0 commit comments