Skip to content

Instantly share code, notes, and snippets.

@zedix
Created October 5, 2023 22:04
Show Gist options
  • Save zedix/10db3738cc75c1c57aad5ce5f2b429a5 to your computer and use it in GitHub Desktop.
Save zedix/10db3738cc75c1c57aad5ce5f2b429a5 to your computer and use it in GitHub Desktop.
/* List: hide Back button (only on list root) */
.css-1dbjc4n.r-1h3ijdo.r-136ojw6:has(h2+div) [data-testid="app-bar-back"] {
display: none !important;
}
/* List: hide Cover/Edit header */
[data-testid="cellInnerDiv"] > div.css-1dbjc4n.r-1igl3o0.r-qklmqi.r-1phboty {
display: none !important;
}
/* List: hide Share and Plus buttons */
[data-testid="share-button"] {
display: none !important;
}
::-webkit-scrollbar {
width: 8px;
background: #030712;
}
::-webkit-scrollbar-thumb {
background: #4b5563;
}
::-webkit-scrollbar-corner {
background: #030712;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment