Skip to content

Commit 726b28b

Browse files
committed
adding responzivity
1 parent ceb65fe commit 726b28b

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<description>Custom theme for the ownCloud@CESNET server.</description>
66
<licence>AGPL</licence>
77
<author>Miroslav Bauer @ CESNET</author>
8-
<version>2.0.0a15</version>
8+
<version>2.0.0a16</version>
99
<types>
1010
<theme/>
1111
</types>

build/sass/bulma.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
@import "../node_modules/bulma/sass/grid/columns.sass";
1616
@import "../node_modules/bulma/sass/helpers/typography.sass";
1717
@import "../node_modules/bulma/sass/helpers/spacing.sass";
18+
@import "../node_modules/bulma/sass/helpers/visibility.sass";
1819

core/css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ button.primary:focus,
113113
background-color: #005e93 !important;
114114
}
115115

116+
.hero-body {
117+
overflow: hidden;
118+
}
119+
116120
.message-body {
117121
border-color: white !important;
118122
color: white !important;

core/templates/login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</fieldset>
9393
</form>
9494
</div>
95-
<div class="column mr-6">
95+
<div class="column is-hidden-touch mr-6">
9696
<div class="tile"
9797
<!-- Hero Cubes: https://codepen.io/jonambas/pen/OPqbzx-->
9898
<div class="layer bottom">

0 commit comments

Comments
 (0)