Skip to content

Commit

Permalink
design: show-dates-in-recent-visits-on-mobile (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmok authored Jun 5, 2024
1 parent 792a542 commit 720c472
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion static/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,14 @@
.graph,
.metrics-headline,
.sources-countries-data,
.visits-date,
/* .visits-date, */
.headline-right img,
.project img {
display: none;
}
.visits-referrer {
width: 140px;
}
.metrics-one {
margin: 8px 0 16px 0;
background-color: #fafafa;
Expand Down Expand Up @@ -551,6 +554,11 @@
.metrics-three-data {
margin: 0;
}
.metrics-three-data-content,
.metrics-three-data-headline {
padding-left: 16px;
padding-right: 16px;
}
.languages-screens-group {
width: 100%;
flex-direction: column;
Expand Down

0 comments on commit 720c472

Please sign in to comment.