Add support for 'scroll up refresh' in the gallery.

This commit is contained in:
Dermot Duffy
2023-03-06 21:04:05 -08:00
parent e5445284e5
commit 7f1fcf454e
11 changed files with 245 additions and 52 deletions
+4 -5
View File
@@ -24,10 +24,13 @@ div.message {
justify-content: center;
align-items: center;
box-sizing: border-box;
padding: 20px;
height: 100%;
}
div.message.padded {
padding: 20px;
}
div.message div.contents {
display: flex;
flex-direction: column;
@@ -55,7 +58,3 @@ div.message div.icon {
white-space: pre-wrap;
word-break: break-all;
}
.message ha-icon, ha-circular-progress {
padding: 10px;
}