Комментарий #10264787

Apc
@Seth, @Seth Смотрю, ты так себе ничего не поменял?
Если тема ещё интересует, вот кусок кода, который Я для себя накарябал:
#profiles_show .b-achievement .c-image .inner { transform: scale(1); }

#profiles_show .achievements .cc-2 > .c-column:nth-child(1) {width: 100%; z-index: 0; }
#profiles_show .achievements .cc-2 > .c-column:nth-child(2) {width: 100%; z-index: 0; margin-left: 0;}

#profiles_show.p-profiles-show .achievements .cc-franchises .b-badge:nth-child(5),
#profiles_show.p-profiles-show .achievements .cc-franchises .b-badge:nth-child(6),
#profiles_show.p-profiles-show .achievements .cc-franchises .b-badge:nth-child(7),
#profiles_show.p-profiles-show .achievements .cc-franchises .b-badge:nth-child(8) { display: inline-block; }
#profiles_show .cc-franchises { display: inline-block; margin-top: 9px; margin-left: 11px; margin-bottom: 21px;}

.p-profiles-show .achievements .cc-authors .b-achievement:nth-child(1) { left: 13px; top: 2px; }
.p-profiles-show .achievements .cc-authors .b-achievement:nth-child(2) { left: 6px; top: 2px; }
.p-profiles-show .achievements .cc-authors .b-achievement:nth-child(3) { left: -2px; top: 2px; }
.p-profiles-show .achievements .cc-authors .b-achievement:nth-child(4) { left: 13px; top: 5px; }
.p-profiles-show .achievements .cc-authors .b-achievement:nth-child(5) { display: inline-block; left: 6px; top: 5px; }
.p-profiles-show .achievements .cc-authors .b-achievement:nth-child(6) { display: inline-block; left: -2px; top: 5px; }
#profiles_show .c-column .cc-authors { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); gap: 0; margin-top: 14px; }
#profiles_show.p-profiles-show .achievements .cc-authors .b-achievement {
  height: 91px; width: 95%;
  margin: 0;
}
Я не задавался целью вернуть вид по стандарту, а просто шёл по пути наименьшего сопротивления. Но по виду мой вариант и стандартный довольно идентичны (можешь глянуть в моём профиле). Думаю, тебя устроит.

P.S. Если кто захочет допилить до стандартного варианта (изменить вторую и третью строчку кода) — милости прошу. Наличие опций всегда приветствуется :yahoo:
Ответы
Seth
Seth#
@Apc, не, я немного забил на это, мне итак норм стало, когда привык.
назад
Твой комментарий
Вернуться к редактированию
Предпросмотр
Скрыть