mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
css fixes
This commit is contained in:
@@ -1141,8 +1141,8 @@ img.mail-conv-sender-photo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu-img-2 {
|
.menu-img-2 {
|
||||||
height: 2.3rem;
|
height: 2.5rem;
|
||||||
width: 2.3rem;
|
width: 2.5rem;
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
border-radius: var(--bs-border-radius);
|
border-radius: var(--bs-border-radius);
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
@@ -100,8 +100,8 @@ $background_image = $background_image ?: '';
|
|||||||
$background_image_dark = $background_image_dark ?: '';
|
$background_image_dark = $background_image_dark ?: '';
|
||||||
$font_size = $font_size ?: '0.875rem';
|
$font_size = $font_size ?: '0.875rem';
|
||||||
$converse_width = $converse_width ?: '52'; //unit: rem
|
$converse_width = $converse_width ?: '52'; //unit: rem
|
||||||
$top_photo = $top_photo ?: '2.3rem';
|
$top_photo = $top_photo ?: '2.5rem';
|
||||||
$reply_photo = $reply_photo ?: '2.3rem';
|
$reply_photo = $reply_photo ?: '2.5rem';
|
||||||
|
|
||||||
// Apply the settings
|
// Apply the settings
|
||||||
if(file_exists('view/theme/redbasic/css/style.css')) {
|
if(file_exists('view/theme/redbasic/css/style.css')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user