Skip to content

Commit

Permalink
Fix padding (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Excellify authored Jan 27, 2023
1 parent d31658b commit 6767a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/twitch.tv/modules/chat/ChatList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ defineExpose({
</script>
<style scoped lang="scss">
.seventv-chat-list {
padding: 0.1rem 0;
padding: 1rem 0;
}
.seventv-chat-list[alternating-background="true"] {
Expand Down

0 comments on commit 6767a49

Please sign in to comment.