mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
fix(feed_settings): make settings layout better again
This commit is contained in:
parent
76dedd6b82
commit
f4c0805a6a
2 changed files with 7 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue