toaster update :3
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 5m28s
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 5m28s
This commit is contained in:
@@ -304,6 +304,10 @@ main section a {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
body {
|
||||
background-color: var(--background-color);
|
||||
|
@@ -2,7 +2,6 @@ cap-widget {
|
||||
--cap-background: var(--secondary-background-color-but-slightly-transparent);
|
||||
--cap-border-color: var(--secondary-background-color);
|
||||
--cap-border-radius: 14px;
|
||||
--cap-widget-height: 30px;
|
||||
--cap-widget-width: 230px;
|
||||
--cap-widget-padding: 14px;
|
||||
--cap-gap: 15px;
|
||||
|
@@ -4,6 +4,7 @@ ul#toaster-specs {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
min-width: 400px;
|
||||
}
|
||||
|
||||
ul#toaster-specs li {
|
||||
|
Reference in New Issue
Block a user