Chris Barry

Results 8 comments of Chris Barry

This seems to get the gnome style buttons workable/visible: ```css @media (-moz-platform: macos) { :root { --gnome-navbar-csd-offset: 120px; } :root[tabsintitlebar]:not([inFullscreen]) #nav-bar { padding-left: var(--gnome-navbar-csd-offset) !important; padding-right: 3px !important; } :root[tabsintitlebar]...

If you have stylish, this script will fade unloaded tabs, and it works great with tabcenter! ```css @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); .tabbrowser-tab[pending], .alltabs-item[pending] { transition:opacity .2s ease-in-out; opacity: 0.4 !important; } .tabbrowser-tab[pending]:hover,...

I've been maintaining a version similar to this in my spare time, if that helps. While the Windows version is exactly the same, I elected to shift the tab center...

I made a quick version of it by adding ``` css #main-window:not([inFullscreen]):not([inDOMFullscreen]) #verticaltabs-box { padding-top:25px!important; } ``` to OSX.css ![screen shot 2016-10-21 at 8 38 25 pm](https://cloud.githubusercontent.com/assets/2490974/19615560/d85b795e-97ce-11e6-88ce-723c97448a30.png) But I think...

Sure, I can look into it tonight or tomorrow! Looking into what mastodon is doing is a better idea than just futzing around with endpoints

Ok I did some poking around in the mastodon repo and all the evidence I can find for tests does seem to expect webfinger queries to come through like `https://mastodon.social/.well-known/webfinger?resource=acct:[email protected]`,...