Fix more issues in the light theme (#10996)
* Fix tabs bar in light theme * Fix borders on small screens in light theme
This commit is contained in:
@@ -1839,7 +1839,7 @@ a.account__display-name {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@media screen and (min-width: 360px) {
|
||||
@media screen and (min-width: $no-gap-breakpoint) {
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
@@ -2021,7 +2021,7 @@ a.account__display-name {
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 360px) {
|
||||
@media screen and (min-width: $no-gap-breakpoint) {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
@@ -2135,7 +2135,7 @@ a.account__display-name {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 360px) {
|
||||
@media screen and (min-width: $no-gap-breakpoint) {
|
||||
.tabs-bar {
|
||||
margin: 10px auto;
|
||||
margin-bottom: 0;
|
||||
|
Reference in New Issue
Block a user