Skip to content

Commit

Permalink
rm old css
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Nov 7, 2023
1 parent c8e28d4 commit b40a583
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,6 @@
}
}

.uv-iiif-extension-host.rtl {
.leftPanel {
.views {
.treeView {
.iiif-tree-component {
direction: rtl;
padding-right: @padding-medium-horizontal;
}
}
}
}
}

.uv.browser-Explorer {
.leftPanel {
.views {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ export class BaseExtension implements IExtension {
this.$element.addClass("fullscreen");
}

if (this.helper.isRightToLeft()) {
this.$element.addClass("rtl");
}

this.$element.on("mousemove", (e) => {
this.mouseX = e.pageX;
this.mouseY = e.pageY;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,3 @@
}
}
}

.uv-iiif-extension-host.rtl {
.centerPanel {
.title {
direction: rtl;
padding-right: @padding-medium-horizontal;
}
}
}

1 comment on commit b40a583

@vercel
Copy link

@vercel vercel bot commented on b40a583 Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.