diff options
| author | 2024-05-09 08:05:21 +0200 | |
|---|---|---|
| committer | 2024-05-09 08:05:21 +0200 | |
| commit | 06599de966374f77fbcf71e85ce4a70080b8cf83 (patch) | |
| tree | 9cbd16c17ee14ace52fe83db324f5c77a4c14e72 /utils.c | |
| parent | Rewritten content_search() to read from both timelines. (diff) | |
| parent | Merge pull request 'Set avatars and custom emoji as square (fixes display in ... (diff) | |
| download | penes-snac2-06599de966374f77fbcf71e85ce4a70080b8cf83.tar.gz penes-snac2-06599de966374f77fbcf71e85ce4a70080b8cf83.tar.xz penes-snac2-06599de966374f77fbcf71e85ce4a70080b8cf83.zip | |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -49,7 +49,7 @@ static const char *default_css = | |||
| 49 | ".snac-top-user { text-align: center; padding-bottom: 2em }\n" | 49 | ".snac-top-user { text-align: center; padding-bottom: 2em }\n" |
| 50 | ".snac-top-user-name { font-size: 200% }\n" | 50 | ".snac-top-user-name { font-size: 200% }\n" |
| 51 | ".snac-top-user-id { font-size: 150% }\n" | 51 | ".snac-top-user-id { font-size: 150% }\n" |
| 52 | ".snac-avatar { float: left; height: 2.5em; padding: 0.25em }\n" | 52 | ".snac-avatar { float: left; height: 2.5em; width: 2.5em; padding: 0.25em }\n" |
| 53 | ".snac-author { font-size: 90%; text-decoration: none }\n" | 53 | ".snac-author { font-size: 90%; text-decoration: none }\n" |
| 54 | ".snac-author-tag { font-size: 80% }\n" | 54 | ".snac-author-tag { font-size: 80% }\n" |
| 55 | ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" | 55 | ".snac-pubdate { color: #a0a0a0; font-size: 90% }\n" |