mirror of
https://github.com/friendica/friendica
synced 2025-01-18 17:44:28 +00:00
css instructions notification.tpl global.css
This commit is contained in:
parent
2083fca753
commit
5e2687e7ea
1 changed files with 19 additions and 1 deletions
|
@ -789,3 +789,21 @@ summary.wall-item-summary {
|
||||||
font-style: oblique;
|
font-style: oblique;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* css instructions notification.tpl */
|
||||||
|
/* Flexbox layout to align the icon and text in a single line */
|
||||||
|
.notif-item a {
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Margin to create space between the icon and the text */
|
||||||
|
.notif-image {
|
||||||
|
margin-right: 10px;
|
||||||
|
|
||||||
|
/* Styles to ensure the text wraps properly after 70 characters */
|
||||||
|
.notif-text {
|
||||||
|
display: inline-block;
|
||||||
|
max-width: 70ch;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue