Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions browser/css/btns.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
border: 1px solid transparent;
color: var(--color-main-text);
border-radius: var(--border-radius);
height: max-content;
}

/* toolbuttons non selected hover */
Expand Down
4 changes: 2 additions & 2 deletions browser/css/jsdialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ td.jsdialog > [id^='table-box']:not(.sidebar) {
buttons inside of grid are still center aligned but the sub container would be
algned to the bottom */
.ui-overflow-manager .horizontal.notebookbar {
align-items: end;
align-items: center;
}
.notebookbar.ui-overflow-group:not(.ui-overflow-group-container-with-label) {
align-content: center;
Expand Down Expand Up @@ -1341,7 +1341,7 @@ input[type='number']:hover::-webkit-outer-spin-button {
}

.notebookbar .ui-overflow-group-inner {
height: 4rem;
height: 4.25rem;
align-content: center;
}

Expand Down
2 changes: 1 addition & 1 deletion browser/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@

#closebutton {
width: 100%;
height: 100%;
height: 100% !important;
background: url('images/closedoc.svg') no-repeat center/24px !important;
}

Expand Down