mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
Fix vertical alignment of expandable header chevron (#2652)
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed("headingColor");
|
color: themed("headingColor");
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed("headingColor");
|
color: themed("headingColor");
|
||||||
|
|||||||
Reference in New Issue
Block a user