Merge branch 'development' into feat/untranslated-strings

This commit is contained in:
Botzy 2025-06-18 11:30:14 +03:00
commit 485501c95b
3 changed files with 4 additions and 10 deletions

View file

@ -14,7 +14,7 @@ jobs:
# Auto assign PR to author
- name: Auto Assign PR to Author
if: github.event_name == 'pull_request'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
@ -33,7 +33,7 @@ jobs:
- name: Label PRs and Issues
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |

View file

@ -2,7 +2,7 @@
@import (reference) '~stremio/common/screen-sizes.less';
@parent-height: 10rem;
@parent-height: 12rem;
.dropdown {
background: var(--modal-background-color);

View file

@ -57,7 +57,7 @@
.info {
padding: @padding;
overflow-y: auto;
flex: none;
flex: 1;
.side-drawer-meta-preview {
.action-buttons-container {
@ -78,12 +78,6 @@
}
}
@media screen and (max-width: @small) {
.side-drawer {
max-width: 40dvw;
}
}
@media @phone-portrait {
.side-drawer {
max-width: 100dvw;