Last active
August 30, 2021 03:23
-
-
Save MoatazAbdAlmageed/51bcb1d7bf8aa1e5ec908a3953b94463 to your computer and use it in GitHub Desktop.
reading mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap'); | |
.artdeco-notification-badge .notification-badge, .artdeco-notification-badge .notification-badge.notification-badge--border,artdeco-notification-badge .notification-badge, .artdeco-notification-badge .notification-badge.notification-badge--border { | |
background-color:#eee !important; | |
} | |
div.feed-shared-update-v2__description-wrapper span{ | |
font-family: Amiri; | |
font-size: 30px; | |
} | |
.scaffold-layout__aside { | |
grid-area: aside; | |
display: none; | |
} | |
.scaffold-layout__main { | |
grid-area: main; | |
width: 220%; | |
} | |
.scaffold-layout-container.scaffold-layout-container--reflow { | |
width: var(--scaffold-layout-xl-max-width); | |
margin: 1em; | |
} | |
.feed-shared-inline-show-more-text { | |
position: relative; | |
max-width: 1111px; | |
} | |
.feed-shared-inline-show-more-text { | |
line-height: 3em !important; | |
} | |
.feed-shared-inline-show-more-text.feed-shared-inline-show-more-text--5-lines * { | |
line-height: 2em !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment