Skip to content

Commit

Permalink
Fix visualizzazione calendario su mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPistorello committed Mar 10, 2023
1 parent 4819817 commit 4add0fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,10 @@ input.small-width {

@media screen and (max-width: 767px) {
.navbar-left {
display: inline-block;
}

.navbar-left ul>li:last-child {
display: none;
}

Expand Down
4 changes: 2 additions & 2 deletions include/top.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@
</a>
<!-- Navbar Left Menu -->
<div class="navbar-left hidden-xs">
<ul class="nav navbar-nav hidden-xs">
<div class="navbar-left">
<ul class="nav navbar-nav">
<li><a href="#" id="daterange" role="button" >
<i class="fa fa-calendar" style="color:inherit"></i> <i class="fa fa-caret-down" style="color:inherit"></i>
</a></li>
Expand Down

0 comments on commit 4add0fa

Please sign in to comment.