dashboard / agent /assets /custom.css
hkayabilisim's picture
docs/ui: compact ui with more explanations
6fd272c
raw
history blame contribute delete
449 Bytes
header {
background-image: url('/static/public/app2scale-logo.png'); /* Replace 'your-image.jpg' with the path to your image file */
background-position: center; /* Center the background image */
background-repeat: no-repeat; /* Prevent image from repeating */
}
.v-application {
line-height: 1;
}
.v-input__slot {
margin-bottom: 1px;
}
.v-messages {
min-height: 2px;
}
.v-text-field__details {
min-height: 2px;
}