Skip to content

Commit

Permalink
Fixed #808, Notice now use block instead of flex
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Aug 2, 2022
1 parent 76d6991 commit 3be8611
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/notice.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
background: var(--ts-gray-800);
border: 1px solid transparent;
color: var(--ts-gray-50);
display: flex;
align-items: flex-start;
display: block;
padding: 0.45rem 1rem;
font-size: var(--ts-font-size-14px);
border-radius: 0.4rem;
Expand All @@ -26,12 +25,17 @@
color: var(--ts-gray-800);
border-radius: 0.4rem;
padding: 0.3rem 0.5rem;
margin-right: 1rem;
margin-right: 0.6rem;
margin-top: 0.05rem;
font-size: var(--ts-font-size-14px);
text-align: justify;
line-height: 1;
white-space: nowrap;
display: inline-block;
}

.ts-notice .content {
display: inline;
}

.ts-notice a {
Expand Down

0 comments on commit 3be8611

Please sign in to comment.