Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
B
Backend Server
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
Backend Server
Commits
a09d6e5b
Commit
a09d6e5b
authored
Jan 26, 2021
by
Andreas Heimann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed displaying 6 per row
parent
72579268
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
public/assets/css/main.css
public/assets/css/main.css
+0
-5
public/assets/css/main.less
public/assets/css/main.less
+0
-7
No files found.
public/assets/css/main.css
View file @
a09d6e5b
...
@@ -626,8 +626,3 @@ input[type="range"]::-ms-fill-lower {
...
@@ -626,8 +626,3 @@ input[type="range"]::-ms-fill-lower {
grid-template-columns
:
repeat
(
4
,
1
fr
);
grid-template-columns
:
repeat
(
4
,
1
fr
);
}
}
}
}
@media
screen
and
(
min-width
:
1400px
)
{
.song-row
.song-list
{
grid-template-columns
:
repeat
(
6
,
1
fr
);
}
}
public/assets/css/main.less
View file @
a09d6e5b
...
@@ -679,10 +679,3 @@ input[type="range"]::-ms-fill-lower {
...
@@ -679,10 +679,3 @@ input[type="range"]::-ms-fill-lower {
}
}
}
}
}
}
@media screen and (min-width: 1400px) {
.song-row {
& .song-list {
grid-template-columns: repeat(6, 1fr);
}
}
}
\ No newline at end of file
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