TV-Tools: Button width

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1944
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

TV-Tools: Button width

Post by jsetzer » 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
chrome_6Xyt5qhQNp.png
chrome_6Xyt5qhQNp.png (2.68 KiB) Viewed 4426 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 4426 times
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 25.10 + all AppGini Helper tools

Post Reply