-
-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to decrease the space between icons #3815
Comments
Try change |
I checked for it but unfortunately, its the gap size between modules and not icons. |
I didn't seen that you meant |
Thank you it works fine. Unfortunately, with that selector I'm having a radius for all icons instead of having the radius only on the edges. Is there a way to preserve it ? I tried to suppress and manually put the radius at the edges from the first and last icons:
But the radius is not appearing for those icons in the group. |
As I understand you right, you mean the radius of group bar. To have this, you can use #hardware * {
/* this radius option kinda useless but I leave here */
border-radius: 0;
font-weight: normal;
padding: 0 3px;
margin: 0 3px;
color: @fg;
}
/* apply the radius only to group bar */
#hardware {
border-radius: 20px;
background-color: @bg;
} And it should work fine if background applies only to the 'hardware' group bar and inner modules doesn't have background. |
Perfect, thank you. |
Hello,
I'm using
group
for some icons with a simpleCSS
style:I'm trying to reduce the space between icons but my style has no effects.
![Screenshot_2024-12-08_02 34 29](https://private-user-images.githubusercontent.com/12960990/393550662-72f39812-84ec-4908-8af0-e6669e379049.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDA0NDMsIm5iZiI6MTczOTEwMDE0MywicGF0aCI6Ii8xMjk2MDk5MC8zOTM1NTA2NjItNzJmMzk4MTItODRlYy00OTA4LThhZjAtZTY2NjllMzc5MDQ5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDExMjIyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY2ZmFjMzA2NDY5N2Y4MGFmNDM3NmFmMDQwMzYxMjU4YTJmMjFkYTYxNzBiODk0MmMyNTcyMzcxZDkwN2FhM2MmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8vCe1eEO_52ifjXSE5pJW2A6n_ECNiYHdQDXItLYGys)
The text was updated successfully, but these errors were encountered: