You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the package remote edit, the icons seem to be aligned to the top of the tab instead of the window. This occurs with many different file types.
Here are a variety of remotely opened files:
Here is a remotely opened file next to a local one:
@arda- Can you pop the inspector tools open and examine the CSS class of the misaligned icon? (View → Developer → Toggle Developer Tools). How does it differ from the properly-aligned icon?
I currently don't have access to a remote server where I can reproduce this.
A local file tab has only a class of "title" while a remote-edit tab has "title icon icon-globe". It seems as if remote-edit is trying to do icon functionality (which sounds good) but it's incompatible with at least this other icon package.
Patching it right now. We don't have a class named icon-globe (at least not yet), so we can safely target it in the tab-pane and reset those damn properties.
Alright, done. Sorry about the delay, I was adding a new icon. :) Figure I may as well push both out with the one release.
Alhadis
added
bug
Confirmed defect in package logic, deprecation notices, and PRs which fix them.
styling
Questions and bugs related to package and user stylesheets.
labels
Oct 16, 2018
When using the package remote edit, the icons seem to be aligned to the top of the tab instead of the window. This occurs with many different file types.
Here are a variety of remotely opened files:
Here is a remotely opened file next to a local one:
Not quite sure whether this is an issue more appropriate for your project, or the other! I posted to both, just in case.
The text was updated successfully, but these errors were encountered: