Skip to content

Commit

Permalink
fix: add some styles for direct upload (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
staylorwr authored Mar 29, 2023
1 parent 53742d0 commit 9809763
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions assets/src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ html {
height: 32px;
}

.h-40 {
height: 160px;
}

.object-contain {
object-fit: contain;
}

/* Tables
---------------------------------------------------------------------------- */
.table-fixed {
Expand Down
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ by Motel."
[
files: ~w(lib .formatter.exs mix.exs README* LICENSE* CHANGELOG* priv version*),
maintainers: [
"Alexandrea Defreitas",
"Caleb Oller",
"Lydia Koller",
"Samina Khan",
Expand Down
2 changes: 1 addition & 1 deletion priv/static/teal/css/styles.css

Large diffs are not rendered by default.

Binary file modified priv/static/teal/css/styles.css.gz
Binary file not shown.

0 comments on commit 9809763

Please sign in to comment.