Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Essem 2024-07-29 23:46:21 -05:00
commit 2637a8cd05
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
83 changed files with 701 additions and 262 deletions

View file

@ -298,12 +298,6 @@ html {
.directory__tag > div {
background: $white;
border: 1px solid var(--background-border-color);
@media screen and (max-width: $no-gap-breakpoint) {
border-left: 0;
border-right: 0;
border-top: 0;
}
}
.picture-in-picture-placeholder {
@ -318,10 +312,6 @@ html {
&:focus {
background: $ui-base-color;
}
@media screen and (max-width: $no-gap-breakpoint) {
border: 0;
}
}
.batch-table {

View file

@ -350,6 +350,10 @@
color: $primary-text-color;
font-weight: 700;
}
.warning-hint {
font-weight: normal !important;
}
}
&__body {

View file

@ -1,6 +1,6 @@
@use 'sass:math';
$no-columns-breakpoint: 600px;
$no-columns-breakpoint: 890px;
$sidebar-width: 300px;
$content-width: 840px;

View file

@ -286,6 +286,10 @@ a.table-action-link {
padding: 0;
}
&--padded {
padding: 12px 16px 16px;
}
&--with-image {
display: flex;
align-items: center;