Fix search input ellipsis

master
Chocobozzz 2024-09-05 15:57:00 +02:00
parent 99091da7c5
commit e0901185ff
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## v6.3.0-rc.1
## v6.3.0-rc.1 (not released yet)
### IMPORTANT NOTES

View File

@ -2,6 +2,8 @@
@use '_mixins' as *;
#search-video {
text-overflow: ellipsis;
@include peertube-input-text($search-input-width, 14px);
@include padding-left(10px);
@include padding-right(40px); // For the search icon

View File

@ -142,8 +142,6 @@ class SettingsMenuItem extends MenuItem {
*
*/
createEl () {
console.log('create el')
const el = videojs.dom.createEl('li', {
className: 'vjs-menu-item',
tabIndex: 0