Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashank999 committed Sep 15, 2024
1 parent d4a7a61 commit c1be51c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions extension/scripts/features/show-faction-spy/ttShowFactionSpy.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
.tt-modified-faction-spy .table-row {
flex-wrap: wrap;
padding-bottom: 25px;
flex-wrap: wrap;
padding-bottom: 25px;
}

.tt-modified-faction-spy .tt-faction-spy {
width: 100%;
height: 25px;
line-height: 25px;
text-align: center;
white-space: pre;
display: flex;
justify-content: space-around;
width: 100%;
height: 25px;
line-height: 25px;
text-align: center;
white-space: pre;
display: flex;
justify-content: space-around;
}

.tt-faction-rw-spy {
padding: 5px 0;
white-space: pre;
text-align: center;
font-family: sans-serif;
display: flex;
justify-content: space-around;
padding: 5px 0;
white-space: pre;
text-align: center;
font-family: sans-serif;
display: flex;
justify-content: space-around;
}

0 comments on commit c1be51c

Please sign in to comment.