Merge pull request #1246 from pixelfed/frontend-ui-refactor

Frontend ui refactor
This commit is contained in:
daniel 2019-05-01 23:08:42 -06:00 committed by GitHub
commit 758e8d5da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 8 deletions

BIN
public/css/app.css vendored

Binary file not shown.

BIN
public/css/appdark.css vendored

Binary file not shown.

BIN
public/css/landing.css vendored

Binary file not shown.

Binary file not shown.

View file

@ -124,14 +124,12 @@ body, button, input, textarea {
.info-overlay:hover .info-overlay-text { .info-overlay:hover .info-overlay-text {
display: flex; display: flex;
h5 { }
display: flex;
flex-flow: column; @media (max-width: map-get($grid-breakpoints, "sm")) {
justify-content: center; .info-overlay:hover .info-overlay-text h5 {
align-items: center; font-size: 12px;
width: 100%; }
height: 100%;
}
} }
.info-overlay-text { .info-overlay-text {