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:
parent
4431ce52a6
commit
241a8e7b5f
2 changed files with 108 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue