mirror of
https://git.gay/freeplay/Mastodon-Modern.git
synced 2026-01-15 16:32:57 -03:00
1.7.1 - fix hashtags bar
This commit is contained in:
@@ -2405,8 +2405,9 @@ body:not(.flavour-glitch) #mastodon .account-timeline__header .account__header_
|
|||||||
#mastodon .hashtag-bar button {
|
#mastodon .hashtag-bar button {
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
opacity: 0.8;
|
|
||||||
padding: 0.2em 0.6em;
|
padding: 0.2em 0.6em;
|
||||||
|
opacity: 0.7;
|
||||||
|
color: var(--accent, #8c8dff);
|
||||||
transition: opacity 0.2s;
|
transition: opacity 0.2s;
|
||||||
}
|
}
|
||||||
#mastodon .hashtag-bar a {
|
#mastodon .hashtag-bar a {
|
||||||
|
|||||||
@@ -13,12 +13,8 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
/* Update 1.7.0
|
/* Update 1.7.1
|
||||||
- New navbar design for when logged out, uses less space
|
- fix hashtags bar (probably should've expected it would've been changed)
|
||||||
- fix sidebar height (footer had too much bottom padding)
|
|
||||||
- fix multiple images in gallery being cut off
|
|
||||||
- style hashtags bar
|
|
||||||
- fixes
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@@ -1709,8 +1705,9 @@
|
|||||||
a, button {
|
a, button {
|
||||||
font-size .85em
|
font-size .85em
|
||||||
font-weight 600
|
font-weight 600
|
||||||
opacity .8
|
|
||||||
padding .2em .6em
|
padding .2em .6em
|
||||||
|
opacity .7
|
||||||
|
color var(--accent, #8c8dff)
|
||||||
transition opacity .2s
|
transition opacity .2s
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
|||||||
Reference in New Issue
Block a user