change block size

This commit is contained in:
ghost 2023-09-24 02:25:36 +03:00
parent 8740e7a63f
commit 919bc0a66c
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<div class="margin-y-8 padding-b-8 position-fixed width-160-px margin-l--176 background-color-night border-radius-3">
<div class="margin-y-8 padding-b-8 position-fixed width-180-px margin-l--196 background-color-night border-radius-3">
<div class="padding-8 margin-b-8 border-bottom-default">
<?php if ($public) { ?>
<img class="border-radius-50 border-color-green border-width-2 margin-r-8 vertical-align-middle" src="<?php echo $identicon ?>" alt="identicon" />

View File

@ -313,8 +313,8 @@ a:visited.background-color-hover-night-light:hover {
margin-left: 12px;
}
.margin-l--176 {
margin-left: -176px;
.margin-l--196 {
margin-left: -196px;
}
.margin-y-8 {
@ -399,8 +399,8 @@ a:visited.background-color-hover-night-light:hover {
width: 13px;
}
.width-160-px {
width: 160px;
.width-180-px {
width: 180px;
}
@media (max-width: 1220px) {