Fix mobile favorites editor layout
This commit is contained in:
@@ -1491,8 +1491,12 @@ function createFavoriteManagerRow(item, index) {
|
||||
remove.dataset.removeFavorite = String(index);
|
||||
remove.textContent = 'Remove';
|
||||
|
||||
const actions = document.createElement('div');
|
||||
actions.className = 'favorite-actions';
|
||||
actions.append(edit, remove);
|
||||
|
||||
summary.append(title, url);
|
||||
row.append(summary, edit, remove);
|
||||
row.append(summary, actions);
|
||||
return row;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user