-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
-
DescriptionHi, Thanks, homepage versionv0.10.5 Installation methodDocker Configuration.dark\:bg-white\/5:is(.dark *) {
background-color: hsla(0, 0%, 0%, 0.60) !important;
}
@media(min-width: 500px) {
.services-list.flex.flex-col {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 0.5rem;
}
.services-list.flex.flex-col .service {
grid-column: span 6;
}
.services-list.flex.flex-col .service > div {
height: 100%;
}
.services-list.flex.flex-col .service > .mb-2 {
margin-bottom: 0 !important;
}
.services-list.flex.flex-col #col-small.service {
grid-column: span 1;
}
.w-full.p-8 {
display: none;
}
#bookmarks {
padding-top: 0px;
padding-bottom: 0px;
margin-top: -50px;
margin-bottom: 0px;
} Container LogsNo response Browser LogsNo response Troubleshooting |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments · 20 replies
-
Can you post your settings.yaml? |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks. I’m a little confused, can you briefly explain which services in your screenshot go with which group? Or post your services.yaml but but I’m just looking to figure out which is which ps. if you set they style to columns you can’t use “columns: X” |
Beta Was this translation helpful? Give feedback.
All reactions
-
GROUPS
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes I’m just saying it’s not doing anything. I’ll take a look at this later |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Im just looking at this, seems like your CSS is the issue no? Have you tried removing it? Your monitoring group should use e.g. style: row
columns: 4 |
Beta Was this translation helpful? Give feedback.
All reactions
-
DONE
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Please send for 0.10.6 not 0.10.0 |
Beta Was this translation helpful? Give feedback.
All reactions
-
hahaha. You're right. Sorry. This is it.
|
Beta Was this translation helpful? Give feedback.
All reactions
-
😑 |
Beta Was this translation helpful? Give feedback.
All reactions
-
Its right there: .services-list.flex.flex-col .service > .mb-2 {
margin-bottom: 0 !important;
} |
Beta Was this translation helpful? Give feedback.
All reactions
-
How should I have the correct configuration without the spaces between bookmarks and services? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Yea, Im a bit frustrated now and I believe I've wasted enough time on this. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Fixed. I added this in my custom.css.
entire custom.css
|
Beta Was this translation helpful? Give feedback.
All reactions
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
With your custom css:
without:
😑