Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
cf8eae7e
Commit
cf8eae7e
authored
3 weeks ago
by
Marina Dali
Browse files
Options
Downloads
Patches
Plain Diff
feat: #301 Dateien für issue angelegt
parent
e3a322c2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
development/issues/open/301.html
+6
-4
6 additions, 4 deletions
development/issues/open/301.html
development/issues/open/301.mjs
+16
-0
16 additions, 0 deletions
development/issues/open/301.mjs
with
22 additions
and
4 deletions
development/issues/open/301.html
+
6
−
4
View file @
cf8eae7e
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
<head>
<head>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Slider
view more slides #239
</title>
<title>
Slider
doesn't react to all defined breakpoints #301
</title>
<script
src=
"./
239
.mjs"
type=
"module"
></script>
<script
src=
"./
301
.mjs"
type=
"module"
></script>
</head>
</head>
<body>
<body>
<h1>
Slider
view more slides #239
</h1>
<h1>
Slider
doesn't react to all defined breakpoints #301
</h1>
<ul>
<ul>
<li><a
href=
"https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/
239
"
>
Issue #
239
</a></li>
<li><a
href=
"https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/
301
"
>
Issue #
301
</a></li>
<li><a
href=
"/"
>
Back to overview
</a></li>
<li><a
href=
"/"
>
Back to overview
</a></li>
</ul>
</ul>
<main
style=
"width: 1200px"
>
<main
style=
"width: 1200px"
>
...
@@ -21,6 +21,8 @@
...
@@ -21,6 +21,8 @@
data-monster-option-slides-600=
"2"
data-monster-option-slides-600=
"2"
data-monster-option-slides-1200=
"3"
data-monster-option-slides-1200=
"3"
data-monster-option-slides-1800=
"4"
>
data-monster-option-slides-1800=
"4"
>
<!-- reaction only on breakpoint 1200 -->
<div
slot=
"next"
>
<div
slot=
"next"
>
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"64"
height=
"64"
fill=
"currentColor"
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"64"
height=
"64"
fill=
"currentColor"
...
...
This diff is collapsed.
Click to expand it.
development/issues/open/301.mjs
0 → 100644
+
16
−
0
View file @
cf8eae7e
/**
* @file development/issues/open/301.mjs
* @url https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/301
* @description breakpoints monster-slider
* @issue 301
*/
import
"
../../../source/components/style/property.pcss
"
;
import
"
../../../source/components/style/link.pcss
"
;
import
"
../../../source/components/style/color.pcss
"
;
import
"
../../../source/components/style/theme.pcss
"
;
import
"
../../../source/components/style/normalize.pcss
"
;
import
"
../../../source/components/style/typography.pcss
"
;
import
"
../../../source/components/layout/slider.mjs
"
;
import
"
../../../source/components/datatable/pagination.mjs
"
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment