Skip to content

Commit

Permalink
Fix new UI messages styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tomachalek committed Aug 6, 2024
1 parent 63fcb1a commit 7cd8384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/files/js/views/document/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ export const MessagesDiv = styled.div`
position: fixed;
right: 0;
top: 0;
max-width: 40em;
padding-top: 1em;
padding-right: 1em;
padding-left: 1em;
Expand All @@ -846,6 +847,7 @@ export const MessagesDiv = styled.div`
.message-text {
padding-left: 1.2em;
padding-right: 1.2em;
flex-grow: 1;
}
.message.info {
Expand All @@ -868,7 +870,6 @@ export const MessagesDiv = styled.div`
}
.button-box .close-icon {
display: block;
}
.button-box .close-icon img {
Expand Down

0 comments on commit 7cd8384

Please sign in to comment.