Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
0a6785d1
Verified
Commit
0a6785d1
authored
Apr 01, 2021
by
Chocobozzz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase videos grid margins on desktop
parent
559b3ccc
Pipeline
#404138
passed with stages
in 16 minutes and 3 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
client/src/sass/application.scss
client/src/sass/application.scss
+5
-1
No files found.
client/src/sass/application.scss
View file @
0a6785d1
...
...
@@ -342,11 +342,15 @@ ngx-loading-bar {
--horizontalMarginContent
:
#{
$expanded-horizontal-margins
/
2
}
;
}
--videosHorizontalMarginContent
:
#{
pvar
(
--
horizontalMarginContent
)
}
;
--videosHorizontalMarginContent
:
30px
;
}
}
@media
screen
and
(
max-width
:
#{
breakpoint
(
lg
)
}
)
{
.main-col
{
--videosHorizontalMarginContent
:
#{
pvar
(
--
horizontalMarginContent
)
}
;
}
/* the following applies from 500px to 900px and is partially overriden from 500px to 800px by changes below to $small-view */
.main-col
,
.main-col.expanded
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment