1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-05 05:40:06 +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; justify-content: center;
} }
.app-container .app { .app-container .app {
width: 100px; width: 150px;
margin: 10px; margin: 10px;
overflow: hidden; overflow: hidden;
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
@@ -19,6 +19,7 @@ const style = `<style>
} }
.app-container .app img{ .app-container .app img{
width: 100%; width: 100%;
margin-bottom: 10px;
} }
</style>` </style>`