Skip to content

Commit

Permalink
Editor toolbar: Add scroll for smaller resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Apr 16, 2024
1 parent 88a89c7 commit e1f504a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ui/src/style/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,11 @@
cursor: pointer;
}

.navbar-buttons {
width: $toolbar-width;
overflow: auto;
}

.navbar-buttons a.active {
background: $xibo-color-primary-l5;
color: $xibo-color-primary;
Expand Down Expand Up @@ -880,7 +885,7 @@
.btn-menu-option {
display: block;
color: $xibo-color-primary-l5;
width: $toolbar-width;
width: 100%;
text-align: center;
font-size: 1.5rem;
padding: 10px;
Expand Down Expand Up @@ -995,6 +1000,7 @@
flex-direction: column;
align-items: center;
gap: 6px;
padding-top: 14px;

.toolbar-level-control, .toolbar-help-control {
display: block;
Expand Down

0 comments on commit e1f504a

Please sign in to comment.