Skip to content

Commit

Permalink
style: main-container height, and user-panel action button size
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Sep 18, 2023
1 parent 1de2803 commit 4f5f714
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
background-color: @maincontent-bg;
overflow-y: auto;

@media (max-width: @screen-xs-max) {
padding-top: @mobile-admin-menu-height;
height: auto;
min-height: 100vh;
box-sizing: border-box;
}
@media (min-width: @screen-sm-min) {
min-height: 100%;
}

.container{
padding: 0px 60px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
line-height: 34px;
opacity: 0.3;

@media (min-width: @screen-sm-min) and (max-width: @screen-md-max) {
font-size: 12px;
width: 30px;
height: 30px;
line-height: 29px;
}

&:hover {
opacity: 0.8;
}
Expand Down
10 changes: 1 addition & 9 deletions lib/Rozier/src/Resources/app/less/responsive/less-768.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,10 @@
display: none;
}

.uk-tooltip{
.uk-tooltip {
display: none !important;
}

#main-content-scrollable {
padding-top: @mobile-admin-menu-height;
height: auto;
min-height: 100vh;
box-sizing: border-box;
}


#main-container-inner{
display: block;
width:100%;
Expand Down
4 changes: 2 additions & 2 deletions lib/Rozier/src/Resources/views/partials/js-inject.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<script src="{{ asset('js/vendor.9a0ad0e6c30086c8785f.js', 'Rozier') }}" defer type="text/javascript"></script>
<script src="{{ asset('js/vendor.46ae3980766394d80d19.js', 'Rozier') }}" defer type="text/javascript"></script>

<script src="{{ asset('js/app.9a0ad0e6c30086c8785f.js', 'Rozier') }}" defer type="text/javascript"></script>
<script src="{{ asset('js/app.46ae3980766394d80d19.js', 'Rozier') }}" defer type="text/javascript"></script>

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

<script src="{{ asset('js/simple.9a0ad0e6c30086c8785f.js', 'Rozier') }}" defer type="text/javascript"></script>
<script src="{{ asset('js/simple.46ae3980766394d80d19.js', 'Rozier') }}" defer type="text/javascript"></script>

2 changes: 1 addition & 1 deletion lib/Rozier/src/static/css/app.0233cdc4d2bebcd7bc96.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/Rozier/src/static/css/app.0233cdc4d2bebcd7bc96.css.map

Large diffs are not rendered by default.

0 comments on commit 4f5f714

Please sign in to comment.