diff --git a/public/css/admin_new.css b/public/css/admin_new.css index eed51eb39..853cdfce7 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -24655,6 +24655,11 @@ div#general_popup div.popup_content.publish.settings div#publish_settings_more { display: none; } +@media screen and (max-width: 1130px) { + .more_block { + width: 40% !important; + } +} @media screen and (max-width: 1025px) { #vabila .copy_survey_url_holder .input_box { width: 300px; @@ -24683,6 +24688,12 @@ div#general_popup div.popup_content.publish.settings div#publish_settings_more { font-size: 20px !important; } } +@media screen and (max-width: 540px) { + .page_vabila #vabila .more .more_block { + width: unset !important; + width: 100% !important; + } +} @media screen and (max-width: 500px) { .page_vabila #vabila .button_holder #nice_url_holder { flex-direction: column !important; diff --git a/resources/sass/admin_new/pages/survey_objava/pregled.scss b/resources/sass/admin_new/pages/survey_objava/pregled.scss index b5c3d08fa..568c24018 100644 --- a/resources/sass/admin_new/pages/survey_objava/pregled.scss +++ b/resources/sass/admin_new/pages/survey_objava/pregled.scss @@ -338,6 +338,15 @@ div#general_popup { } +@media screen and (max-width: 1130px){ + + .more_block{ + width: 40% !important; + } +} + + + @media screen and (max-width: 1025px){ #vabila{ @@ -410,6 +419,27 @@ div#general_popup { } } +@media screen and (max-width: 540px) { + .page_vabila{ + + #vabila{ + + + .more{ + + .more_block{ + width: unset !important; + width: 100% !important; + } + } + + + } + + } +} + + @media screen and (max-width: 500px) { .page_vabila{ @@ -429,8 +459,7 @@ div#general_popup { - } - + } } }