mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
19 lines
291 B
SCSS
19 lines
291 B
SCSS
@import 'variables';
|
|
|
|
.glitch.glitch__status__footer {
|
|
display: block;
|
|
height: 1.25em;
|
|
font-size: (1.25em / 1.35);
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
|
|
.footer\\link {
|
|
color: inherit;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|