You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/documents/elements/divider.html.eco
+41-46Lines changed: 41 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -34,69 +34,64 @@ themes : ['default']
34
34
<div class="ui ignored message">
35
35
Vertical dividers requires <code>position: relative</code> on the element that you would like to contain the divider
36
36
</div>
37
-
<div class="ui info ignored message">
38
-
A vertical divider will automatically swap to a horizontal divider at mobile resolutions when used inside a <a href="/collections/grid.html#stackable-grid"><code>stackable grid</code></a>
39
-
</div>
40
37
<div class="ui warning ignored message">
41
-
There is a known bug of vertical dividers after a W3C update. Please read <a href="https://github.com/Semantic-Org/Semantic-UI/issues/4342" target="_blank" rel="nofollow">#4342</a> for more information
38
+
Due to a change in W3C implementation of <a href="https://github.com/w3c/csswg-drafts/issues/401" target="_blank" rel="nofollow">absolutely positioned elements in flex containers</a> vertical dividers now currently only support 50/50 splits automatically, and only if not positioned <b>as direct children of flex containers</b> (like grid).
<div class="ui two column middle aligned very relaxed stackable grid">
72
-
<div class="column">
73
-
<div class="ui form">
74
-
<div class="field">
75
-
<label>Username</label>
76
-
<div class="ui left icon input">
77
-
<input type="text" placeholder="Username">
78
-
<i class="user icon"></i>
61
+
<div class="ui info ignored message">
62
+
A vertical divider will automatically swap to a horizontal divider at mobile resolutions when used inside a <a href="/collections/grid.html#stackable-grid"><code>stackable grid</code></a>
63
+
</div>
64
+
<div class="ui placeholder segment">
65
+
<div class="ui two column very relaxed stackable grid">
<div class="ui teal horizontal label">New in 2.4.0</div>
39
+
</h4>
40
+
<p>A loader can indicate content will soon appear inside a container.</p>
41
+
<div class="ui ignored info message">
42
+
Content loaders can include <code>paragraph</code>, <code>header</code>, <code>image header</code> and <code>image</code> to let you format the loaders to emulate the content being loaded.
For image loaders you can use <code>square</code> (1:1) or <code>rectangular</code> (4:3) to embed an aspect ratio into the image loader, or manually specify a width and height using your site's css.
122
+
</div>
123
+
<div class="ui active content loader" style="width:150px;height:150px;">
0 commit comments