Skip to content

Commit

Permalink
hide in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo authored and emma-sg committed Dec 23, 2024
1 parent d987bde commit b7937ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ class Pages extends LitElement {
`
: html` <div
class="index-bar-label ${this.collInfo!.description
? ""
? "is-hidden-mobile"
: "is-sr-only"}"
>
Collection Title
Expand All @@ -663,11 +663,11 @@ class Pages extends LitElement {
${this.collInfo!.name || this.collInfo!.title}
</div>
${this.collInfo!.description
? html` <div class="index-bar-label">
? html` <div class="index-bar-label is-hidden-mobile">
About This Collection
</div>
<div
class="index-bar-description"
class="index-bar-description is-hidden-mobile"
@dblclick="${() => (this.editing = true)}"
>
${this.collInfo!.description}
Expand Down

0 comments on commit b7937ea

Please sign in to comment.