TV-Tools: Button width
Posted: 2023-08-29 04:28
Just a very short UI-tip:
I have noticed that buttons of the so called "TV-Tools" take up more space than necessary. They are wider than for example the buttons of QuickSearch.
See orange-underlined button vs. green underlined button
The following CSS setting reduces the width:
CSS
Result
I have noticed that buttons of the so called "TV-Tools" take up more space than necessary. They are wider than for example the buttons of QuickSearch.
See orange-underlined button vs. green underlined button
The following CSS setting reduces the width:
CSS
Code: Select all
.tv-tools .btn {
width: unset !important;
}