diff --git a/client/index.css b/client/index.css index 742e6d7a..bfc29825 100644 --- a/client/index.css +++ b/client/index.css @@ -8,4 +8,3 @@ @import "./view/DocSection/DocSection.css"; @import "./view/Link/Link.css"; @import "./view/Pre/Pre.css"; -@import "./view/Tweet/Tweet.css"; diff --git a/client/index.html b/client/index.html index 6a5f512f..a3bd4551 100644 --- a/client/index.html +++ b/client/index.html @@ -425,49 +425,6 @@

Examples

Why Browserslist

Browserslist helps you keep the right balance between browser compatibility and bundle size. With Browserslist, you will cover wider audience and have smaller bundle size.

- -

What developers say about Browserslist

-
-
- -
- Ross Kaffenberger avatar - Ross Kaffenberger - @rossta -
-

- Use browserslist!

- - Leveraged through a module bundler like Webpack, you can specify the supported browser range in a - browserslist file to automagically help you avoid the dangers - @dhh describes.

- - For Rails devs: it's integrated into Webpacker! -

-
- -
- -
- Gibbs Herbert avatar - Gibbs Herbert - @gha_dev -
-

- browserslist is a package that allows you to define which browsers you are currently supporting. - #100DaysOfCode - #javascript -

-
-
diff --git a/client/view/Tweet/Tweet.css b/client/view/Tweet/Tweet.css deleted file mode 100644 index 45e0d9ba..00000000 --- a/client/view/Tweet/Tweet.css +++ /dev/null @@ -1,85 +0,0 @@ -.Tweet { - position: relative; - z-index: 1; - height: fit-content; - padding: 16px; - pointer-events: none; - border: 1px solid var(--separator); - border-radius: 12px; -} - -.Tweet__link { - position: absolute; - inset: 0; - z-index: -1; - pointer-events: all; - border-radius: inherit; -} - -@media (hover) { - .Tweet__link:hover { - background-color: var(--text-highlited); - } -} - -.Tweet__address { - position: relative; - display: grid; - grid-template-columns: 40px 1fr; - grid-auto-rows: 1fr 1fr; - column-gap: 10px; - margin-bottom: 10px; - font-style: normal; -} - -.Tweet__address::after { - position: absolute; - bottom: -3px; - left: 26px; - width: 16px; - height: 16px; - content: ""; - background-color: var(--twitter); - background-image: url(./twitter_white.svg); - background-repeat: no-repeat; - background-position: center; - border-radius: 50%; -} - -.Tweet__img { - grid-row: span 2; - width: 40px; - height: 40px; - border-radius: 50%; -} - -.Tweet__nickName { - color: var(--text-secondary); - text-decoration: none; -} - -.Tweet__name { - font-weight: 600; -} - -.Tweet__text { - margin: 0; -} - -.Tweet__text a { - color: var(--accent); - text-decoration: none; - pointer-events: initial; -} - -@media (hover) { - .Tweet__text a:hover { - text-decoration: underline; - } -} - -.Tweet__list { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); - gap: 12px; -} diff --git a/client/view/Tweet/gha_dev.webp b/client/view/Tweet/gha_dev.webp deleted file mode 100644 index ca583c66..00000000 Binary files a/client/view/Tweet/gha_dev.webp and /dev/null differ diff --git a/client/view/Tweet/rossta.webp b/client/view/Tweet/rossta.webp deleted file mode 100644 index 7b22b779..00000000 Binary files a/client/view/Tweet/rossta.webp and /dev/null differ diff --git a/client/view/Tweet/twitter_white.svg b/client/view/Tweet/twitter_white.svg deleted file mode 100644 index 8ec83749..00000000 --- a/client/view/Tweet/twitter_white.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file