Skip to content

Commit

Permalink
style: min day height on mobile UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanePark committed Jan 28, 2024
1 parent b7be261 commit 8ac7874
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/static/css/mquery.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
font-size: 1.3em;
}

ol.day-grid li.DAY {
min-height: 10vw;
}

ul, ol {
grid-gap: .25em;
}
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/templates/layout/include.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>Duty Park</title>
<link rel="stylesheet" th:href="@{/css/base.css?v=20240123}"/>
<link rel="stylesheet" th:href="@{/css/mquery.css?v=20240123}"/>
<link rel="stylesheet" th:href="@{/css/base.css?v=20240128}"/>
<link rel="stylesheet" th:href="@{/css/mquery.css?v=20240128}"/>

<link th:href="@{/lib/bootstrap/bootstrap.min.css}" rel="stylesheet">
<script th:src="@{/lib/bootstrap/bootstrap.bundle.min.js}"></script>
Expand All @@ -32,5 +32,5 @@
dayjs.locale('ko')
</script>

<script th:src="@{/js/common.js?v=20240123}"></script>
<script th:src="@{/js/common.js?v=20240128}"></script>
</head>

0 comments on commit 8ac7874

Please sign in to comment.