Browse Source

Endless detail work

pjc 5 years ago
parent
commit
b000442d71

+ 1
- 1
classes/users.class.php View File

@@ -522,7 +522,7 @@ class Users {
522 522
    */
523 523
   public static function show_avatar($Avatar, $UserID, $Username, $Setting, $Size = 150, $ReturnHTML = true) {
524 524
     $Avatar = ImageTools::process($Avatar, 'avatar');
525
-    $Style = 'style="max-height: 400px;"';
525
+    $Style = 'style="max-height: 300px;"';
526 526
     $AvatarMouseOverText = '';
527 527
     $SecondAvatar = '';
528 528
     $Class = 'class="double_avatar"';

+ 1
- 1
sections/torrents/details.php View File

@@ -759,7 +759,7 @@ $filename = "BioTorrents.de-$TorrentID";
759 759
         $bibtex .= "\n  author  = {".Artists::display_artist($Artist)."},";
760 760
     }
761 761
 
762
-    if (!empty($GroupNameRJ)) {
762
+    if (!empty($GroupNameRJ) || !empty($GroupNameJP)) {
763 763
         $bibtex .= "\n  subtitle= {".$GroupNameRJ." ".$GroupNameJP."},";
764 764
     }
765 765
   

+ 1
- 1
static/styles/beluga/style.css View File

@@ -1305,7 +1305,7 @@ table.forum_post span[style="float:left;"] img,table.forum_post td[colspan="2"]
1305 1305
 }
1306 1306
 
1307 1307
 td.avatar {
1308
-  width: 150px;
1308
+  width: 100px;
1309 1309
   padding: 0
1310 1310
 }
1311 1311
 

+ 1
- 1
static/styles/oppai/style.css View File

@@ -802,7 +802,7 @@ table.forum_unread {
802 802
 }
803 803
 
804 804
 td.avatar {
805
-  width: 150px;
805
+  width: 100px;
806 806
   padding: 0px;
807 807
 }
808 808
 

Loading…
Cancel
Save