Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Remove superfluous scrollbars in editor, position tab underline corre…
Browse files Browse the repository at this point in the history
…ctly, hide tabs on non-active regions
  • Loading branch information
ferndot committed Jan 30, 2015
1 parent 827893d commit 9748be6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions style/desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,14 @@ section[data-type="sidebar"] [role="toolbar"] button.active {

.edit-header .tabBar {
display: inline-block;
height: 100%;
}

.edit-header .tabBar > div {
font-size: 2rem;
line-height: 5rem;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#edit-bar {
Expand Down
2 changes: 1 addition & 1 deletion style/editor.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.editor-container {
padding: 0;
margin: 0;
overflow: scroll;
overflow: auto;
position: relative;
}

Expand Down
3 changes: 2 additions & 1 deletion style/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
transition: all .4s;
}

[role="tabs"] [role="tab"].selected-tab {
.current [role="tabs"] [role="tab"].selected-tab,
.parent [role="tabs"] [role="tab"].selected-tab {
visibility: visible;
}

0 comments on commit 9748be6

Please sign in to comment.