Skip to content

Commit c6a19b4

Browse files
namedgraphclaude
andcommitted
Add margin-top to .content-body to restore spacing after sticky action-bar change
The action-bar moved from inside .navbar-fixed-top (120px body padding) to sticky positioning (55px body padding), eliminating the 14px gap that existed between the action-bar and content-body. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a47bc84 commit c6a19b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/webapp/static/com/atomgraph/linkeddatahub/css

src/main/webapp/static/com/atomgraph/linkeddatahub/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ li button.btn-edit-constructors, li button.btn-add-data, li button.btn-add-ontol
118118
.caret.caret-reversed { border-bottom: 4px solid #000000; border-top-width: 0; }
119119
.faceted-nav input[type=checkbox]:checked + span { font-weight: bold; }
120120
.parallax-nav a { cursor: pointer; }
121-
.content-body { min-height: calc(100% - 14em); }
121+
.content-body { min-height: calc(100% - 14em); margin-top: 14px; }
122122
.content-body > [about].row-fluid.block { overflow-x: auto; margin-bottom: 20px; }
123123
.content-body > [about].row-fluid.block, .constructor-triple.row-fluid { border-bottom: 2px solid rgb(223, 223, 223); }
124124
.content-body > [about].row-fluid.block.drag-over { border-bottom: 4px dotted #0f82f5; }

0 commit comments

Comments
 (0)