Skip to content

Commit 3d2dd29

Browse files
author
Farzin
committed
small fix
1 parent 9cf3c8b commit 3d2dd29

59 files changed

Lines changed: 6 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Blogifier.Admin/wwwroot/admin/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Blogifier.Admin/wwwroot/admin/css/app.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Blogifier.Admin/wwwroot/admin/scss/pages/settings/_themes.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@
66
border-radius: 0.5rem;
77
display: block;
88
// 4:5
9-
width: 12.5rem;
109
height: 15.625rem;
10+
width: 12.5rem;
11+
max-width: 12.5rem;
12+
min-width: 12.5rem;
1113
object-fit: cover;
1214
object-position: center;
1315
border: 1px solid $gray-200;
1416
}
1517

1618
&-info {
19+
flex-grow: 1;
1720
margin-left: 2rem;
1821
padding-top: 1.5rem;
1922
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/Blogifier/Views/Themes/spaceone/components/footer.cshtml renamed to src/Blogifier/Views/Themes/test/components/footer.cshtml

File renamed without changes.

0 commit comments

Comments
 (0)