Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
Desktop Client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SpinShare
Desktop Client
Commits
45c9bbf8
Commit
45c9bbf8
authored
Apr 05, 2020
by
Andreas Heimann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed a design break when there are no staffpromos
parent
b67f82f5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
src/assets/css/main.css
src/assets/css/main.css
+1
-3
src/assets/css/main.less
src/assets/css/main.less
+1
-3
src/assets/css/startup.css
src/assets/css/startup.css
+4
-0
src/assets/css/startup.less
src/assets/css/startup.less
+4
-0
No files found.
src/assets/css/main.css
View file @
45c9bbf8
...
@@ -73,9 +73,7 @@ section.section-startup {
...
@@ -73,9 +73,7 @@ section.section-startup {
padding
:
50px
;
padding
:
50px
;
}
}
section
.section-startup.active
{
section
.section-startup.active
{
display
:
grid
;
display
:
block
;
grid-template-rows
:
auto
;
grid-gap
:
25px
;
}
}
section
.section-library
{
section
.section-library
{
padding
:
50px
;
padding
:
50px
;
...
...
src/assets/css/main.less
View file @
45c9bbf8
...
@@ -76,9 +76,7 @@ section {
...
@@ -76,9 +76,7 @@ section {
padding: 50px;
padding: 50px;
&.active {
&.active {
display: grid;
display: block;
grid-template-rows: auto;
grid-gap: 25px;
}
}
}
}
...
...
src/assets/css/startup.css
View file @
45c9bbf8
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
grid-gap
:
25px
;
grid-gap
:
25px
;
width
:
1114px
;
width
:
1114px
;
margin
:
0
auto
;
margin
:
0
auto
;
margin-bottom
:
25px
;
}
}
.staff-promos
:empty
{
.staff-promos
:empty
{
display
:
none
;
display
:
none
;
...
@@ -55,6 +56,9 @@
...
@@ -55,6 +56,9 @@
animation-iteration-count
:
infinite
;
animation-iteration-count
:
infinite
;
animation-duration
:
1s
;
animation-duration
:
1s
;
}
}
.song-row-new
{
margin-bottom
:
25px
;
}
@keyframes
promoLoadingShimmer
{
@keyframes
promoLoadingShimmer
{
from
{
from
{
background-position
:
0px
0px
;
background-position
:
0px
0px
;
...
...
src/assets/css/startup.less
View file @
45c9bbf8
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
grid-gap: 25px;
grid-gap: 25px;
width: 1114px;
width: 1114px;
margin: 0 auto;
margin: 0 auto;
margin-bottom: 25px;
&:empty {
&:empty {
display: none;
display: none;
...
@@ -60,6 +61,9 @@
...
@@ -60,6 +61,9 @@
}
}
}
}
}
}
.song-row-new {
margin-bottom: 25px;
}
@keyframes promoLoadingShimmer {
@keyframes promoLoadingShimmer {
from {
from {
...
...
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