Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/spectre-rtl.css')
-rw-r--r--docs/dist/spectre-rtl.css33
1 files changed, 27 insertions, 6 deletions
diff --git a/docs/dist/spectre-rtl.css b/docs/dist/spectre-rtl.css
index 54014db..9d0313e 100644
--- a/docs/dist/spectre-rtl.css
+++ b/docs/dist/spectre-rtl.css
@@ -1585,7 +1585,8 @@ video.video-responsive::before {
.column.col-4,
.column.col-3,
.column.col-2,
-.column.col-1 {
+.column.col-1,
+.column.col-auto {
-ms-flex: none;
flex: none;
}
@@ -1670,7 +1671,8 @@ video.video-responsive::before {
.col-xl-4,
.col-xl-3,
.col-xl-2,
- .col-xl-1 {
+ .col-xl-1,
+ .col-xl-auto {
-ms-flex: none;
flex: none;
}
@@ -1710,6 +1712,9 @@ video.video-responsive::before {
.col-xl-1 {
width: 8.33333333%;
}
+ .col-xl-auto {
+ width: auto;
+ }
.hide-xl {
display: none !important;
}
@@ -1730,7 +1735,8 @@ video.video-responsive::before {
.col-lg-4,
.col-lg-3,
.col-lg-2,
- .col-lg-1 {
+ .col-lg-1,
+ .col-lg-auto {
-ms-flex: none;
flex: none;
}
@@ -1770,6 +1776,9 @@ video.video-responsive::before {
.col-lg-1 {
width: 8.33333333%;
}
+ .col-lg-auto {
+ width: auto;
+ }
.hide-lg {
display: none !important;
}
@@ -1790,7 +1799,8 @@ video.video-responsive::before {
.col-md-4,
.col-md-3,
.col-md-2,
- .col-md-1 {
+ .col-md-1,
+ .col-md-auto {
-ms-flex: none;
flex: none;
}
@@ -1830,6 +1840,9 @@ video.video-responsive::before {
.col-md-1 {
width: 8.33333333%;
}
+ .col-md-auto {
+ width: auto;
+ }
.hide-md {
display: none !important;
}
@@ -1850,7 +1863,8 @@ video.video-responsive::before {
.col-sm-4,
.col-sm-3,
.col-sm-2,
- .col-sm-1 {
+ .col-sm-1,
+ .col-sm-auto {
-ms-flex: none;
flex: none;
}
@@ -1890,6 +1904,9 @@ video.video-responsive::before {
.col-sm-1 {
width: 8.33333333%;
}
+ .col-sm-auto {
+ width: auto;
+ }
.hide-sm {
display: none !important;
}
@@ -1910,7 +1927,8 @@ video.video-responsive::before {
.col-xs-4,
.col-xs-3,
.col-xs-2,
- .col-xs-1 {
+ .col-xs-1,
+ .col-xs-auto {
-ms-flex: none;
flex: none;
}
@@ -1950,6 +1968,9 @@ video.video-responsive::before {
.col-xs-1 {
width: 8.33333333%;
}
+ .col-xs-auto {
+ width: auto;
+ }
.hide-xs {
display: none !important;
}