forked from GNUsocial/gnu-social
[CSS] <figcaption> now has top padding for better legibility, hover now resizes it's element accordingly.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
This commit is contained in:
parent
d16614982a
commit
a6f5c61aef
@ -120,8 +120,8 @@ summary:hover > svg,
|
|||||||
summary:focus > svg {
|
summary:focus > svg {
|
||||||
border-radius: var(--unit-size);
|
border-radius: var(--unit-size);
|
||||||
padding: var(--small-size) !important;
|
padding: var(--small-size) !important;
|
||||||
background: var(--white);
|
background: var(--white) !important;
|
||||||
fill: var(--bg1);
|
fill: var(--bg1) !important;
|
||||||
transition: all 0.4s ease;
|
transition: all 0.4s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -257,6 +257,11 @@ html {
|
|||||||
padding: var(--small-size);
|
padding: var(--small-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-attachments > div figure figcaption {
|
||||||
|
display: flex;
|
||||||
|
padding-top: var(--small-size);
|
||||||
|
}
|
||||||
|
|
||||||
.note-attachments > div figure img,
|
.note-attachments > div figure img,
|
||||||
.note-attachments > div figure video {
|
.note-attachments > div figure video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user