Skip to content

Commit

Permalink
Fix bootstrap breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jan 9, 2025
1 parent c714d0a commit 7dfdc84
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use '_variables' as *;
@use '_mixins' as *;
@use '_bootstrap-variables' as *;

.notification-row {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@ my-edit-button {
}
}

@media screen and (min-width: breakpoint(lg)) {
:host-context(.main-col:not(.expanded)) {
.video-channel-buttons {
float: right;
}
}
}

@media screen and (min-width: $small-view) {
.video-channel-buttons {
float: right;
Expand Down
5 changes: 1 addition & 4 deletions client/src/sass/include/_miniature.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@use 'sass:math';
@use '_variables' as *;
@use '_mixins' as *;
@use '_bootstrap-variables' as *;

@mixin miniature-name {
transition: color 0.2s;
Expand Down Expand Up @@ -157,10 +158,6 @@
}
}

@media screen and (min-width: #{breakpoint(xm)}) {
column-gap: 15px;
}

@media screen and (min-width: #{breakpoint(fhd)}) {
column-gap: 2%;
}
Expand Down

0 comments on commit 7dfdc84

Please sign in to comment.