Skip to content

Commit

Permalink
fix broadcast layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 15, 2024
1 parent b8da591 commit 9f1ddbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/analyse/css/study/relay/_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@extend %box-neat-force, %flex-column;

background: $c-bg-box;
margin-top: $block-gap;
margin-top: 1em;

h2 {
@extend %flex-between;
Expand Down
2 changes: 1 addition & 1 deletion ui/analyse/css/study/relay/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ main.is-relay.has-relay-tour {

@include breakpoint($mq-col3) {
grid-template-columns: $col3-uniboard-side $block-gap var(--col3-uniboard-width) var(--gauge-gap) $col3-uniboard-table;
grid-template-rows: $mq-col3-side-height 2.5em;
grid-template-rows: $mq-col3-side-height;
grid-template-areas:
'side . relay-tour relay-tour relay-tour'
'relay-admin . relay-tour relay-tour relay-tour';
Expand Down

0 comments on commit 9f1ddbd

Please sign in to comment.