mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 04:42:55 +08:00
UX: Fix bulk-select icon and button alignment (#13299)
This commit is contained in:
parent
7dab169990
commit
b29132ebdc
|
@ -42,7 +42,7 @@
|
|||
|
||||
button.bulk-select {
|
||||
padding: 0;
|
||||
vertical-align: middle;
|
||||
line-height: $line-height-large;
|
||||
}
|
||||
|
||||
td.bulk-select {
|
||||
|
@ -179,7 +179,8 @@
|
|||
|
||||
#bulk-select {
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
right: 10px; // match horizontal padding on .wrap
|
||||
padding-top: 12px; // match .topic-list th padding
|
||||
background-color: var(--secondary);
|
||||
z-index: z("dropdown");
|
||||
@supports (position: sticky) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user