Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Oct 5, 2024
1 parent 0dc322b commit 35a58cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ onUnmounted(() => {
.img {
display: flex;
position: relative;
height: 256px;
height: 224px;
border-radius: 3px;
overflow: clip;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/user/index.timeline.files.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defineExpose({
<style lang="scss" module>
.stream {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(224px, 1fr));
grid-gap: 6px;
}
Expand Down

0 comments on commit 35a58cd

Please sign in to comment.