#note-detail-wrapper => .note-tab-content

This commit is contained in:
zadam
2019-05-01 10:17:17 +02:00
parent bc2d1f1ef9
commit c9183f8bd4
5 changed files with 16 additions and 29 deletions

View File

@@ -15,24 +15,10 @@
</div>
</div>
</div>
<!-- Styles to prevent flash after JS initialization -->
<style>
.chrome-tabs .chrome-tab {
width: 258px
}
.chrome-tabs .chrome-tab:nth-child(1) {
transform: translate3d(0px, 0, 0)
}
.chrome-tabs .chrome-tab:nth-child(2) {
transform: translate3d(239px, 0, 0)
}
</style>
</div>
<div id="tabs-container">
<div id="note-detail-wrapper">
<div id="note-tab-container">
<div class="note-tab-content">
<% include title.ejs %>
<div id="note-detail-script-area"></div>