Increase icon size
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 347
- Joined: Friday 03 April 2015 17:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Increase icon size
I'm working on a Lenovo TAB 10 tablet, in general it is really looking good, I'm getting a nice dashboard.
But I would like to get bigger icons, zee picture, how is this possible?
But I would like to get bigger icons, zee picture, how is this possible?
-
- Posts: 347
- Joined: Friday 03 April 2015 17:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Increase icon size
I found this myself:
but that doesn't change the size of the icons 
Code: Select all
.far.fa-lightbulb:before{
font-size: 24px;
}
.fas.fa-lightbulb:before{
font-size: 24px;
}

- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Increase icon size
For my test it did.
Btw.. Nice tablet. I believe I've got the same.
Btw.. Nice tablet. I believe I've got the same.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 347
- Joined: Friday 03 April 2015 17:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Increase icon size
Ok, thanks. Will do some more debugging to find out why it is not working for me.
Indeed a good tablet for the price and it should fit nicely on the wall if I’ve found a good wall mount system for it. Have you connected it to the wall somehow? And if so, how? What did you use?
-
- Posts: 2291
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Increase icon size
Try something like:rgroothuis wrote: ↑Thursday 08 November 2018 21:29 I found this myself:
but that doesn't change the size of the iconsCode: Select all
.far.fa-lightbulb:before{ font-size: 24px; } .fas.fa-lightbulb:before{ font-size: 24px; }
![]()
Code: Select all
.block_381 .fas {font-size: 45px !important}
.block_381 .far {font-size: 45px !important}
.block_381 .col-icon { width: 50px !important}
.block_381 .col-data { width: calc(100% - 55px) !important}
if you remove 'block_381' from all four lines then most of the icons will become bigger.
Instead of .fas or .far you can also choose a specific icon, like .fa-lightbulb
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Increase icon size
I bought a mounting unit from onlinekabels.nl, you can rotate it, and it's super easy to install. Look for Konig draaibare tablet muurbeugel KNM-FTM10.rgroothuis wrote: ↑Thursday 08 November 2018 22:31Ok, thanks. Will do some more debugging to find out why it is not working for me.
Indeed a good tablet for the price and it should fit nicely on the wall if I’ve found a good wall mount system for it. Have you connected it to the wall somehow? And if so, how? What did you use?
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 347
- Joined: Friday 03 April 2015 17:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Increase icon size
That is a good suggestion as well, thanks. I also prefer something like: https://www.thingiverse.com/thing:3191874 The only challenge I'm having is that I don't have a 3D printer

- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Increase icon size
Sorry, no. I wanted to go that route too, but... same problem, no 3D printer.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 347
- Joined: Friday 03 April 2015 17:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Increase icon size
I tried the above, both the blocks as well as .fa-lightbulb but no result. It is probably me that doesn't understand the way it works.Lokonli wrote: ↑Thursday 08 November 2018 22:36 Try something like:This changes the font size, the width of the icon part, and the width of the data part for device 381.Code: Select all
.block_381 .fas {font-size: 45px !important} .block_381 .far {font-size: 45px !important} .block_381 .col-icon { width: 50px !important} .block_381 .col-data { width: calc(100% - 55px) !important}
if you remove 'block_381' from all four lines then most of the icons will become bigger.
Instead of .fas or .far you can also choose a specific icon, like .fa-lightbulb
Any other suggestions / working examples? Of would I use the .fa-lightbulb ?
Who is online
Users browsing this forum: No registered users and 1 guest