fix: header adjustments

This commit is contained in:
Alejandro Gomez 2023-06-26 19:54:50 +02:00
parent 4309df393c
commit baa20a6fd0
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
2 changed files with 9 additions and 12 deletions

View File

@ -84,11 +84,18 @@
header {
grid-area: header;
align-items: center;
display: grid;
grid-template-columns: min-content min-content auto;
padding: 8px 16px;
gap: 8px;
}
@media (min-width: 1020px) {
header {
gap: 24px;
align-items: center;
padding: 24px 40px 0 40px;
padding: 24px 0 32px 0;
}
}
header .logo {
@ -132,11 +139,6 @@ header .profile img {
}
@media (max-width: 1020px) {
header {
padding: 8px 16px 8px 16px;
gap: 8px;
}
header .header-right {
gap: 8px;
}
@ -152,8 +154,4 @@ header .profile img {
header .new-stream-button-text {
display: none;
}
header .profile img {
border-radius: 12px;
}
}

View File

@ -24,7 +24,6 @@
font-size: 14px;
line-height: 18px;
color: #A7A7A7;
text-transform: uppercase;
}
.pill.live {