feat: initial commit
This commit is contained in:
30
internal/http/handler/webui/common/assets/style.css
Normal file
30
internal/http/handler/webui/common/assets/style.css
Normal file
@ -0,0 +1,30 @@
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.is-fullwidth {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.is-fullheight {
|
||||
min-height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.has-text-ellipsis {
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.htmx-indicator {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.htmx-request .htmx-indicator {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.htmx-request.htmx-indicator {
|
||||
display: block;
|
||||
}
|
Reference in New Issue
Block a user