Skip to content

Instantly share code, notes, and snippets.

@Surendrajat
Created October 30, 2021 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Surendrajat/f4807952c5712e176f8fe7aa4b61ad2e to your computer and use it in GitHub Desktop.
Save Surendrajat/f4807952c5712e176f8fe7aa4b61ad2e to your computer and use it in GitHub Desktop.
@-moz-document url-prefix("https://fosstodon.org") {
div.status {
border: 0px;
border-color: #b7b7b7;
border-style: none;
margin: 5px;
padding-bottom: 5px;
background-color: #fff;
border-radius: 5px;
}
div.account__avatar {
border-radius: 25px;
}
div.account__avatar-overlay-overlay {
border-radius: 15px;
/* width: 20px;
height: 20px; */
/* left: 35px; */
}
div.account__avatar-overlay-base {
/* width: 50px;
height: 50px; */
border-radius: 20px;
}
div.status__wrapper {
border: 1px;
border-color: #d9d9d9;
border-radius: 5px;
border-style: solid;
margin: 5px;
background-color: #fff;
}
div.notification {
border: 1px;
border-color: #d9d9d9;
border-radius: 5px;
border-style: solid;
margin: 5px;
background-color: #fff;
}
input.search__input {
border-radius: 8px;
padding: 13px;
/* visibility: hidden; */
}
nav.drawer__header {
border-radius: 8px;
}
div.column {
border-radius: 1px;
}
h1.column-header {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
div.scrollable {
background-color: #00000000;
}
div.notification__message {
font-size: 12px;
}
div.drawer__inner {
border-radius: 8px;
}
div.compose-form__autosuggest-wrapper {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
div.status__prepend {
font-size: 12px;
}
div.status__wrapper.status__wrapper-unlisted.focusable {
border-radius: 5px;
}
div.detailed-status.detailed-status-public {
border-top: 1px;
border-left: 1px;
border-right: 1px;
border-color: #b7b7b7;
border-style: solid;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin: 5px;
margin-bottom: 0px;
}
div.detailed-status__action-bar {
border-top: 0px;
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-color: #b7b7b7;
border-style: solid;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin: 5px;
margin-top: 0px;
padding-top: 0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment