1.7.1 - fix hashtags bar

This commit is contained in:
freeplay
2023-08-28 12:19:18 -04:00
parent b94d19c213
commit a2d4d56e11
2 changed files with 6 additions and 8 deletions

View File

@@ -2405,8 +2405,9 @@ body:not(.flavour-glitch) #mastodon .account-timeline__header .account__header_
#mastodon .hashtag-bar button {
font-size: 0.85em;
font-weight: 600;
opacity: 0.8;
padding: 0.2em 0.6em;
opacity: 0.7;
color: var(--accent, #8c8dff);
transition: opacity 0.2s;
}
#mastodon .hashtag-bar a {

View File

@@ -13,12 +13,8 @@
////////////////////////////////////////////////////////////////////
/* Update 1.7.0
- New navbar design for when logged out, uses less space
- fix sidebar height (footer had too much bottom padding)
- fix multiple images in gallery being cut off
- style hashtags bar
- fixes
/* Update 1.7.1
- fix hashtags bar (probably should've expected it would've been changed)
*/
/* ==UserStyle==
@@ -1709,8 +1705,9 @@
a, button {
font-size .85em
font-weight 600
opacity .8
padding .2em .6em
opacity .7
color var(--accent, #8c8dff)
transition opacity .2s
}
a {