diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 6edd537..bb2173c 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2461,7 +2461,11 @@ width: 320px; top: 0; border-radius: 10px; - padding-top: 8px; + padding-top: 0; +} + +.menu_buttons.right.open .menu_profile{ + padding-top: 30px; } diff --git a/static/css/styles.css b/static/css/styles.css index 3919131..dd659a8 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -769,19 +769,10 @@ header>div:last-child>div:nth-child(2)>.svg { margin-right: 5px; } -.second-footer>div>div:last-child>div>a { - color: #272424; - /* Body text 2 */ - font-family: Inter; - font-size: 16px; - font-style: normal; - font-weight: 400; - line-height: 22px; - text-decoration: none; -} -.first-column>div:nth-child(2)>div:last-child>input:focus-visible { + +.footer_input_button:focus-visible { outline: unset; } @@ -2871,14 +2862,14 @@ details[open] summary ~ *{ width: 76%; } -.news_item_pagination .odd .pag_news_img, -.news_item_pagination .odd .pag_news_item_text{ +.news_item_pagination.odd .pag_news_img, +.news_item_pagination.odd .pag_news_item_text{ float: left; margin: 10px; overflow-wrap: break-word; } -.news_item_pagination .even .pag_news_img, -.news_item_pagination .even .pag_news_item_text{ +.news_item_pagination.even .pag_news_img, +.news_item_pagination.even .pag_news_item_text{ float: right; margin: 10px; overflow-wrap: break-word; @@ -2922,9 +2913,7 @@ details[open] summary ~ *{ margin-top: 30px; } -.previous_next_news>.news_item:nth-child(2){ - margin: 0 20px; -} + .self_news_text{ margin-bottom: 40px; diff --git a/static/js/dynamic_loading_routes.js b/static/js/dynamic_loading_routes.js index 8ad4720..bfe97a5 100644 --- a/static/js/dynamic_loading_routes.js +++ b/static/js/dynamic_loading_routes.js @@ -92,7 +92,7 @@ function load_routes (el,news=null,incrase) { iterator_f_check++ iterator_f_check++ if (data.last_block === true){ - el.classList.add("hide") + el.classList.add("hide") } else if (data.last_block === false){ if (el.classList.contains("hide")) { el.classList.remove("hide") diff --git a/templates/widgets/w_news_element_item.html b/templates/widgets/w_news_element_item.html index b3a07c9..59903bb 100644 --- a/templates/widgets/w_news_element_item.html +++ b/templates/widgets/w_news_element_item.html @@ -1,7 +1,7 @@ {% load static %} {% if not from_el or forloop.counter > from_el %} -