blob: 0e35af3c984174892f6996d1e7ed8e6c0406ecca [file] [log] [blame]
avm99963d08c37e2022-09-25 20:41:58 +02001ec-thread-summary .panel > .main-header > .action > .header > .expand-button {
2 order: -99963; /* This will position the button in the beginning. */
avm99963d98126f2021-02-17 10:44:36 +01003}
4
avm99963d08c37e2022-09-25 20:41:58 +02005ec-thread-summary .panel > .main-header > .action > .header {
Adrià Vilanova Martíneze38783e2021-07-25 13:59:22 +02006 padding-inline: 0px 19px!important;
avm99963d98126f2021-02-17 10:44:36 +01007}
8
avm99963d08c37e2022-09-25 20:41:58 +02009/* Adjusting padding for the bulk action checkbox */
avm99963d98126f2021-02-17 10:44:36 +010010ec-thread-list ec-bulk-actions .selection {
avm99963d08c37e2022-09-25 20:41:58 +020011 padding-inline-start: 41px;
avm99963d98126f2021-02-17 10:44:36 +010012}
13
avm99963d08c37e2022-09-25 20:41:58 +020014/* Adjusting padding for the info in the expanded thread */
avm99963d98126f2021-02-17 10:44:36 +010015ec-thread-summary .panel .main .content-wrapper > .content > .content {
avm99963d08c37e2022-09-25 20:41:58 +020016 padding-inline: 136px 8px;
avm99963d98126f2021-02-17 10:44:36 +010017}
Adrià Vilanova Martínez854cb912022-02-02 16:18:23 +010018
19ec-thread-summary .main .toolbelt .TWPT-extrainfo-container {
avm99963d08c37e2022-09-25 20:41:58 +020020 margin-inline-start: 156px!important;
Adrià Vilanova Martínez854cb912022-02-02 16:18:23 +010021}