AdguardTeam / AdguardTeam/AdGuardHome
Collapse blocked services list on Client Settings Window
- Lingua principale
- TypeScript
- Stelle
- 36.9k
- Fork
- 2.5k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### Prerequisites
- [x] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer
- [x] I have searched other issues and found no duplicates
- [x] I want to request a feature or enhancement and not ask a question
### The problem
When displaying the client settings on a desktop browser or mobile device, the formatting of the blocked services causes the entries to be hard to find. In addition to #7378 , displaying just the first few blocked service icons and a ... ellipsis would allow me to better scroll through the list.

### Proposed solution
Update the `.logs__row--icons` css class to have `height: 44px`, it displays much better.

### Alternatives considered and additional information
You could add an expand option by adding a click handler on that div to turn height: auto attribute on that specific cell.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.