Browse Source

Endless detail work

pjc 5 years ago
parent
commit
b000442d71

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

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

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

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

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

1305
 }
1305
 }
1306
 
1306
 
1307
 td.avatar {
1307
 td.avatar {
1308
-  width: 150px;
1308
+  width: 100px;
1309
   padding: 0
1309
   padding: 0
1310
 }
1310
 }
1311
 
1311
 

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

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

Loading…
Cancel
Save