Browse Source

change block size

main
ghost 1 year ago
parent
commit
919bc0a66c
  1. 2
      src/app/view/theme/default/module/profile.phtml
  2. 8
      src/public/assets/theme/default/css/framework.css

2
src/app/view/theme/default/module/profile.phtml

@ -1,4 +1,4 @@ @@ -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" />

8
src/public/assets/theme/default/css/framework.css

@ -313,8 +313,8 @@ a:visited.background-color-hover-night-light:hover { @@ -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 { @@ -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) {

Loading…
Cancel
Save