Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Nebula new tiles are too wide

  • 2 ответа
  • 1 имеет эту проблему
  • Последний ответ от sfhowes

more options

My Thunderbird just upgraded to v128.2esr Nebula

I was using Cards view and it was nice, but it seems the Cards just got wider vertically. They used to be 2 lines of height, and now they are 3 lines.

As I understand, the 3rd lines is only used to display "X replies", but I use the "Unthreaded" sort option, so the 3rd line is always empty for me, and takes more space for nothing.

As you know, vertical screen estate is limited with our 16:9 screen, so please give us an option to reduce the cards view vertical size (or have it automatically remove that 3rd line in Unthreaded view)

thanks

My Thunderbird just upgraded to v128.2esr Nebula I was using Cards view and it was nice, but it seems the Cards just got wider vertically. They used to be 2 lines of height, and now they are 3 lines. As I understand, the 3rd lines is only used to display "X replies", but I use the "Unthreaded" sort option, so the 3rd line is always empty for me, and takes more space for nothing. As you know, vertical screen estate is limited with our 16:9 screen, so please give us an option to reduce the cards view vertical size (or have it automatically remove that 3rd line in Unthreaded view) thanks

Все ответы (2)

more options

I ended up making a userChrome.css with:

html|tr[is="thread-card"] { height: 44px !important; } html|div.thread-card-last-row { margin-top: -1.2em !important; }

Полезно?

more options

Your css works fine, although I trimmed some parts to make it work without any html declarations at the top of the userChrome:

[is="thread-card"] {
	height: 44px !important;
}
div.thread-card-last-row {
	margin-top: -1.2em !important;
}


See also this topic.

Полезно?

Задать вопрос

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.