Page 1 of 1

TV-Tools: Button width

Posted: 2023-08-29 04:28
by jsetzer
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
chrome_6Xyt5qhQNp.png
chrome_6Xyt5qhQNp.png (2.68 KiB) Viewed 4438 times

The following CSS setting reduces the width:

CSS

Code: Select all

.tv-tools .btn {
    width: unset !important;
}
Result
chrome_9yZpB3sqyK.png
chrome_9yZpB3sqyK.png (884 Bytes) Viewed 4438 times