-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Due to an update in the HTML structure of thread lists, many features stopped working properly. This CL fixes these issues. In the case of the "reduce whitespace" option, the thread list styles applied in small screens have been temporarily removed since they have to be fixed still. Bug: twpowertools:138 Change-Id: Icf6d74f8a579fedb6af65f44864bd6f744098f2a
- Loading branch information
Showing
7 changed files
with
62 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
ec-thread-summary .panel > .main-header { | ||
flex-direction: row-reverse; | ||
ec-thread-summary .panel > .main-header > .action > .header > .expand-button { | ||
order: -99963; /* This will position the button in the beginning. */ | ||
} | ||
|
||
ec-thread-summary .panel > .main-header .expand-container { | ||
padding-inline: 8px 0; | ||
} | ||
|
||
ec-thread-summary .panel > .main-header > .header { | ||
ec-thread-summary .panel > .main-header > .action > .header { | ||
padding-inline: 0px 19px!important; | ||
} | ||
|
||
/* Adjusting padding for the bulk action checkbox */ | ||
ec-thread-list ec-bulk-actions .selection { | ||
padding-inline-start: 29px; | ||
padding-inline-start: 41px; | ||
} | ||
|
||
/* Adjusting padding for the info in the expanded thread */ | ||
ec-thread-summary .panel .main .content-wrapper > .content > .content { | ||
padding-inline: 121px 8px; | ||
padding-inline: 136px 8px; | ||
} | ||
|
||
ec-thread-summary .main .toolbelt .TWPT-extrainfo-container { | ||
margin-inline-start: 145px!important; | ||
margin-inline-start: 156px!important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters