Small CSS fixes (#6381)

* Small CSS fixes

* Minimal width notifier
This commit is contained in:
Ben Halpern 2020-03-01 12:46:13 -05:00 committed by GitHub
parent ec50515810
commit e00a08ba82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 1 deletions

View file

@ -865,6 +865,10 @@
}
}
#homepage-feed {
min-height: 100vh;
}
// Podcast episode that goes within the <TodaysPodcast /> component.
.individual-podcast-link {
display: flex;

View file

@ -519,6 +519,8 @@
left: 0px;
right: 0px;
padding-bottom: 12px;
max-width: 800px;
margin: auto;
@media screen and (min-width: 950px) {
h3 {
font-size: calc(20px + 0.05vw);
@ -564,7 +566,7 @@ form.listings-contact-via-connect {
text-align: left;
}
width: 94%;
max-width: 600px;
max-width: 800px;
textarea#new-message {
height: 100px;
margin: 5px auto 10px auto;

View file

@ -72,6 +72,8 @@
top: 4px;
right: 0;
font-size: 0.8em;
min-width: 18px;
text-align: center;
&.showing {
display: block;

View file

@ -33,6 +33,7 @@
<%= Rails.application.assets["buttons.css"].to_s.html_safe %>
<%= Rails.application.assets["widgets.css"].to_s.html_safe %>
<%= Rails.application.assets["top-bar.css"].to_s.html_safe %>
<%= Rails.application.assets["footer.css"].to_s.html_safe %>
<% unless @home_page %>
<%= Rails.application.assets["user-profile-header.css"].to_s.html_safe %>
<%= Rails.application.assets["sidebar-data.scss"].to_s.html_safe %>