Skip to content

Commit

Permalink
trying to fix styles again
Browse files Browse the repository at this point in the history
  • Loading branch information
Erallie committed Nov 28, 2024
1 parent f06e534 commit c696c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "discord-timestamps",
"name": "Discord Timestamps",
"version": "1.0.8",
"version": "1.0.9",
"minAppVersion": "1.7.7",
"description": "Displays discord timestamps in read mode as they would appear in Discord.",
"author": "Erika Gozar",
Expand Down
8 changes: 3 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,17 @@ If your plugin does not need CSS, delete this file.
text-align: center;
}

.timestamp-buttons.is-ios,
.timestamp-buttons.is-android {
.timestamp-buttons.is-mobile {
display: block;
width: 100%;
margin: var(--size-4-2) auto;
}

.timestamp-button-container.is-ios,
.timestamp-button-container.is-android {
.timestamp-button-container.is-mobile {
display: block;
}

.timestamp-button-container:not(.is-ios):not(.is-android) {
.timestamp-button-container:not(.is-mobile) {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
Expand Down

0 comments on commit c696c48

Please sign in to comment.