Skip to content

Commit

Permalink
Fixed selectors in styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Erallie committed Nov 28, 2024
1 parent c696c48 commit 8efbd9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.9",
"version": "1.0.10",
"minAppVersion": "1.7.7",
"description": "Displays discord timestamps in read mode as they would appear in Discord.",
"author": "Erika Gozar",
Expand Down
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ If your plugin does not need CSS, delete this file.
text-align: center;
}

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

.timestamp-button-container.is-mobile {
body.is-mobile .timestamp-button-container {
display: block;
}

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

0 comments on commit 8efbd9f

Please sign in to comment.