mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
Merge pull request #1246 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
758e8d5da2
5 changed files with 6 additions and 8 deletions
BIN
public/css/app.css
vendored
BIN
public/css/app.css
vendored
Binary file not shown.
BIN
public/css/appdark.css
vendored
BIN
public/css/appdark.css
vendored
Binary file not shown.
BIN
public/css/landing.css
vendored
BIN
public/css/landing.css
vendored
Binary file not shown.
Binary file not shown.
12
resources/assets/sass/custom.scss
vendored
12
resources/assets/sass/custom.scss
vendored
|
@ -124,13 +124,11 @@ 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%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue