2 Commits

Author SHA1 Message Date
61da9c72a6 Create fixing release 2022-04-10 13:53:58 +02:00
d4cb60c29c Fix bug to show tables on desktop devices 2022-04-10 13:53:24 +02:00
4 changed files with 24 additions and 3 deletions

BIN
releases/slt-1.0.4.tar.gz Normal file

Binary file not shown.

20
releases/slt-1.0.4.xml Normal file
View File

@@ -0,0 +1,20 @@
<update>
<name>SLT Template</name>
<description>Template for the SLT for the Joomla! CMS</description>
<element>slt</element>
<type>template</type>
<client>site</client>
<version>1.0.4</version>
<downloads>
<downloadurl type="full" format="tar.gz">$DL_PREFIX/slt-1.0.4.tar.gz</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
<!--<tag>rc</tag>-->
<!--<tag>beta</tag>-->
<!--<tag>alpha</tag>-->
<!--<tag>dev</tag>-->
</tags>
<maintainer>Christian Wolf</maintainer>
<targetplatform name="joomla" version="4[.].*"/>
</update>

View File

@@ -1 +1 @@
3 4

View File

@@ -1,10 +1,11 @@
@use "../abstract" as abstract; @use "../abstract" as abstract;
table:not(.no-responsive-table) { table:not(.no-responsive-table) {
display: block;
width: 100%; width: 100%;
@include abstract.for-narrow-screen { @include abstract.for-narrow-screen {
display: block;
> tbody { > tbody {
display: block; display: block;
} }