mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-29 14:50:20 +00:00
7a68a4abed
* Display date_added in bookmark list (#85) * Allow switching between different types of date formats * Improve date formatting * Use pluralize * Fix comment * Fix styles Co-authored-by: Sascha Ißbrücker <sissbruecker@lyska.io>
17 lines
195 B
SCSS
17 lines
195 B
SCSS
.spacer {
|
|
flex: 1 1 0;
|
|
}
|
|
|
|
.truncate {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.text-sm {
|
|
font-size: 0.7rem;
|
|
}
|
|
|
|
.text-gray-dark {
|
|
color: $gray-color-dark;
|
|
}
|