1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix: appStream html view

This commit is contained in:
Saad Jutt
2022-03-22 21:52:39 +05:00
parent 0147bcb701
commit cd00aa2af8

View File

@@ -11,7 +11,7 @@ const style = `<style>
justify-content: center;
}
.app-container .app {
width: 100px;
width: 150px;
margin: 10px;
overflow: hidden;
border-radius: 10px 10px 0 0;
@@ -19,6 +19,7 @@ const style = `<style>
}
.app-container .app img{
width: 100%;
margin-bottom: 10px;
}
</style>`