Skip to content

Commit 7167ba9

Browse files
authored
Merge pull request #61 from tabuna/admin
copy and share, колонки для списка методов в документации, отступы
2 parents 57cc094 + 72e555e commit 7167ba9

33 files changed

+301
-256
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/app-b25e325f.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

public/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"src": "public/img/ui/warning.svg"
99
},
1010
"resources/css/app.scss": {
11-
"file": "assets/app-b25e325f.css",
11+
"file": "assets/app-1fb7d263.css",
1212
"isEntry": true,
1313
"src": "resources/css/app.scss"
1414
},

resources/css/docs.scss

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Usage in markdown files
22

3-
3+
/*
44
#collection-method-list > ul {
55
column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; // Я думаю мы можем увеличь на больших экранах
66
column-gap: 2em; -moz-column-gap: 2em; -webkit-column-gap: 2em;
@@ -14,8 +14,43 @@
1414
#collection-method-list a {
1515
display: block;
1616
}
17+
*/
1718

19+
.docs-column-list, .docs-column-list-2, .docs-column-list-1 {
20+
ul{
21+
column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; // Я думаю мы можем увеличь на больших экранах
22+
column-gap: 2em; -moz-column-gap: 2em; -webkit-column-gap: 2em;
23+
padding-left: 0;
24+
list-style: none;
25+
li{
26+
padding-bottom: 0;
27+
}
28+
}
1829

30+
a {
31+
display: block;
32+
}
33+
}
34+
@include media-breakpoint-up(md) {
35+
.docs-column-list {
36+
ul{
37+
column-count: 2 !important; -moz-column-count: 2 !important; -webkit-column-count: 2 !important;
38+
}
39+
}
40+
}
41+
42+
@include media-breakpoint-up(xl) {
43+
.docs-column-list {
44+
ul{
45+
column-count: 3 !important; -moz-column-count: 3 !important; -webkit-column-count: 3 !important;
46+
}
47+
}
48+
.docs-column-list-2 {
49+
ul{
50+
column-count: 2 !important; -moz-column-count: 2 !important; -webkit-column-count: 2 !important;
51+
}
52+
}
53+
}
1954
// PORT FROM ORCHID NEED CHANGED (AND REMOVED)
2055

2156
.anchors {

resources/views/comments/reply.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class="my-3 d-flex flex-column position-relative"
1616
data-textarea-autogrow-resize-debounce-delay-value="500"
1717
required
1818
placeholder="Написать комментарий"
19-
class="form-control p-5"
19+
class="form-control p-4"
2020
name="message"
2121
rows="3"
2222
minlength="3"

resources/views/components/call-to-action.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<x-container>
2-
<div class="p-5 bg-body-secondary rounded-4 d-lg-flex align-items-center justify-content-between position-relative">
2+
<div class="p-4 p-xl-5 bg-body-secondary rounded-4 d-lg-flex align-items-center justify-content-between position-relative">
33
<figure class="position-absolute top-0 start-0 translate-middle z-n1 ms-4">
44
<x-icon path="l.cube" width="46" height="53" fill="none"/>
55
</figure>

resources/views/docs/docs.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class="{{ active(url($link['href']), 'active', 'link-body-emphasis') }} d-inline
8181
</div>
8282
<div class="px-0 px-md-2 px-xl-3 col-md-9 order-md-last order-first">
8383

84-
<main class="bg-body-tertiary p-4 p-xxl-5 rounded documentations position-relative" data-controller="prism">
84+
<main class="bg-body-tertiary p-4 p-xl-5 rounded documentations position-relative" data-controller="prism">
8585
<h1 class="display-6 fw-bold text-body-emphasis mb-4">{{ $docs->title() }}</h1>
8686
@if ($docs->isOlderVersion())
8787
<div class="alert alert-warning rounded-1" role="alert">

resources/views/docs/status.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<x-container>
2323
<div class="col-xl-10 col-md-12 mx-auto">
24-
<div class="p-5 mb-4 bg-body-secondary rounded-3 position-relative">
24+
<div class="p-4 p-xl-5 mb-4 bg-body-secondary rounded-3 position-relative">
2525
<div class="row row-cols-md-4 g-3 justify-content-md-between text-center">
2626
@foreach (\App\Docs::SUPPORT_VERSIONS as $version)
2727
<div @class(['col', 'ms-auto' => !$loop->first])>

resources/views/idea/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class="link-body-emphasis text-decoration-none icon-link icon-link-hover">
2525

2626
<x-container>
2727

28-
<div class="p-4 p-xxl-5 bg-body-tertiary rounded-3 position-relative mb-4">
28+
<div class="p-4 p-xl-5 bg-body-tertiary rounded-3 position-relative mb-4">
2929
<div class="row g-5">
3030
<div class="col-xl-6">
3131
<div class="d-none d-xl-flex row row-cols-1 row-cols-sm-1 g-4">

resources/views/idea/key.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<x-container>
1818

19-
<div class="p-4 p-xxl-5 bg-body-tertiary rounded-3 position-relative mb-4">
19+
<div class="p-4 p-xl-5 bg-body-tertiary rounded-3 position-relative mb-4">
2020
<div class="row gx-5 gy-4 gy-md-5">
2121
<div class="col-md-6">
2222
<p class="mb-0">

0 commit comments

Comments
 (0)