mirror of https://github.com/pixelfed/pixelfed.git
properly size button elements
This commit is contained in:
parent
8655af2510
commit
a0db1a617d
|
@ -280,7 +280,6 @@ body, button, input, textarea {
|
||||||
background-position: 50%;
|
background-position: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.status-photo img {
|
.status-photo img {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -316,6 +315,10 @@ body, button, input, textarea {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 0 3px 3px 0;
|
border-radius: 0 3px 3px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reactions button {
|
||||||
|
font-size: 1.575rem
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.touch .card {
|
.touch .card {
|
||||||
|
|
Loading…
Reference in New Issue