fix(feed_settings): make settings layout better again

This commit is contained in:
veselcraft 2024-11-03 17:39:19 +03:00
parent 76dedd6b82
commit f4c0805a6a
No known key found for this signature in database
GPG key ID: 9CF0B42766CCF7BA
2 changed files with 7 additions and 2 deletions

View file

@ -3277,6 +3277,7 @@ hr {
flex-direction: row;
justify-content: space-between;
gap: 4px;
cursor: pointer;
}
.entity_vertical_list .entity_vertical_list_item .first_column {

View file

@ -202,11 +202,15 @@ u(document).on('click', '#__feed_settings_link', (e) => {
</a>
<div class='info'>
<b class='noOverflow'>${ovk_proc_strtr(escapeHtml(name), 100)}</b>
<b class='noOverflow'>
<a href="/${ignore_item.screen_name}">
${ovk_proc_strtr(escapeHtml(name), 100)}
</a>
</b>
</div>
</div>
<div class='third_column'>
<div class='third_column' style="display: grid; align-items: center;">
<input type='checkbox' name='remove_me'>
</div>
</label>