Skip to content

Commit

Permalink
Update and run autoprefixer (#653)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 4, 2022
1 parent ea9812e commit ca85a71
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 250 deletions.
96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"homepage": "https://github.com/hugo-toha/toha#readme",
"devDependencies": {
"autoprefixer": "^10.4.11",
"postcss": "^8.4.16",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.17",
"postcss-cli": "^8.3.1"
}
}
2 changes: 0 additions & 2 deletions static/css/layouts/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
}

.paginator {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: auto;
Expand All @@ -91,7 +90,6 @@
margin-right: auto;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
Expand Down
3 changes: 0 additions & 3 deletions static/css/layouts/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,8 @@ td {

figure {
border: 1px solid #c0ccda;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
align-self: center;
Expand Down Expand Up @@ -312,7 +310,6 @@ mark {

/* ======= Paginator ========= */
.paginator {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: auto;
Expand Down
2 changes: 0 additions & 2 deletions static/css/layouts/single.css
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ h6 {
.toc-section {
order: 2;
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
max-height: 0;
Expand All @@ -451,7 +450,6 @@ h6 {
position: relative;
/* height: fit-content; */
flex: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
max-height: 200vh;
Expand Down
1 change: 0 additions & 1 deletion static/css/navigators/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
/* IPad Pro */
@media (max-width: 1024px) {
.top-navbar {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
padding-bottom: 0px;
Expand Down
5 changes: 0 additions & 5 deletions static/css/navigators/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
.sidebar-tree {
padding-left: 1rem;
position: relative;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
Expand Down Expand Up @@ -247,7 +246,6 @@ a.focused {
.sidebar-section.hide {
margin-top: 2rem;
position: relative;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
flex: none;
Expand All @@ -258,7 +256,6 @@ a.focused {

.sidebar-holder {
max-height: 0;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
overflow: hidden;
Expand All @@ -273,10 +270,8 @@ a.focused {

.sidebar {
position: relative;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
max-height: -webkit-fit-content;
max-height: -moz-fit-content;
max-height: fit-content;
width: 100vw;
Expand Down
Loading

0 comments on commit ca85a71

Please sign in to comment.