css fixes

This commit is contained in:
Mario
2023-02-12 15:05:06 +00:00
parent 2c459fefce
commit 6c78f7b769
3 changed files with 5 additions and 5 deletions

View File

@@ -163,7 +163,7 @@ $(document).ready(function() {
});
// @hilmar <-|
$(document).on('click focus', '.notification, .message', function(e) {
$(document).on('click', '.notification, .message', function(e) {
let b64mid = this.dataset.b64mid;
let notify_id = this.dataset.notify_id;
let path = $(this)[0].pathname.split('/')[1];

View File

@@ -29,7 +29,7 @@
<img src="{9}" loading="lazy" class="rounded menu-img-2">
<div class="text-nowrap">
<div class="d-flex justify-content-between align-items-center lh-sm">
<div class="text-truncate mr-1">
<div class="text-truncate pe-1">
{7}
<strong title="{4}">{4}</strong>
</div>
@@ -59,7 +59,7 @@
<img src="{{$e.author_img}}" loading="lazy" class="rounded menu-img-2">
<div class="text-nowrap">
<div class="d-flex justify-content-between align-items-center lh-sm">
<div class="text-truncate mr-1">
<div class="text-truncate pe-1">
{{$e.icon}}
<strong title="{{$e.author_name}}">{{$e.author_name}}</strong>
</div>

View File

@@ -537,8 +537,8 @@
<a class="list-group-item list-group-item-action notification {6}" href="{0}" title="{13}" data-b64mid="{7}" data-notify_id="{8}" data-thread_top="{9}" data-contact_name="{2}" data-contact_addr="{3}" data-when="{5}">
<img data-src="{1}" loading="lazy" class="rounded menu-img-2">
<div class="text-nowrap">
<div class="d-flex justify-content-between lh-sm">
<div class="text-truncate mr-1">
<div class="d-flex justify-content-between align-items-center lh-sm">
<div class="text-truncate pe-1">
<strong title="{2} - {3}">{2}</strong>
</div>
<small class="notifications-autotime opacity-75" title="{5}"></small>