mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 00:55:06 +08:00
22 lines
230 B
SCSS
22 lines
230 B
SCSS
.lightbox .meta,
|
|
.lightbox:hover .meta {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.meta {
|
|
height: 25px;
|
|
width: 25px;
|
|
bottom: 0;
|
|
left: 0;
|
|
|
|
.filename,
|
|
.informations {
|
|
display: none;
|
|
}
|
|
|
|
.expand {
|
|
bottom: 1px;
|
|
right: 6px;
|
|
}
|
|
}
|