| Строка 982: |
Строка 982: |
| | .page-Main_Page .bl-card-links li { | | .page-Main_Page .bl-card-links li { |
| | margin: 6px 0 !important; | | margin: 6px 0 !important; |
| | + | } |
| | + | |
| | + | /* ===== Вернуть overflow-кнопку "Ещё" в панели действий ===== */ |
| | + | |
| | + | .page-actions-menu, |
| | + | #page-actions, |
| | + | .page-actions-menu__list { |
| | + | overflow: visible !important; |
| | + | } |
| | + | |
| | + | #page-actions > li, |
| | + | .page-actions-menu__list > li { |
| | + | display: inline-flex !important; |
| | + | visibility: visible !important; |
| | + | opacity: 1 !important; |
| | + | } |
| | + | |
| | + | /* если overflow-кнопка существует как toggle-list item */ |
| | + | #page-actions > li.toggle-list-item, |
| | + | #page-actions > li.toggle-list-item > a, |
| | + | #page-actions > li.toggle-list-item > button, |
| | + | #page-actions > li .toggle-list__toggle, |
| | + | .page-actions-menu__list > li.toggle-list-item, |
| | + | .page-actions-menu__list > li .toggle-list__toggle { |
| | + | display: inline-flex !important; |
| | + | visibility: visible !important; |
| | + | opacity: 1 !important; |
| | + | overflow: visible !important; |
| | + | } |
| | + | |
| | + | /* вернуть иконочный шрифт именно overflow-кнопке */ |
| | + | #page-actions .toggle-list__toggle.mw-ui-icon:before, |
| | + | #page-actions .toggle-list__toggle.mw-ui-icon-element:before, |
| | + | .page-actions-menu__list .toggle-list__toggle.mw-ui-icon:before, |
| | + | .page-actions-menu__list .toggle-list__toggle.mw-ui-icon-element:before { |
| | + | font-family: "MinervaNeueIcons" !important; |
| | + | font-size: 24px !important; |
| | + | line-height: 1 !important; |
| | + | } |
| | + | |
| | + | /* на всякий случай не обнулять текст и размер именно для action menu */ |
| | + | #page-actions .toggle-list__toggle, |
| | + | .page-actions-menu__list .toggle-list__toggle { |
| | + | font-size: inherit !important; |
| | + | line-height: inherit !important; |
| | + | text-indent: 0 !important; |
| | } | | } |