1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-27 14:28:14 +09:00

Fixed alignement of the Announcements dropdown

This commit is contained in:
Niléane 2024-08-26 16:39:26 +02:00
parent 31afa3bd94
commit bb747eee4b
No known key found for this signature in database
4 changed files with 24 additions and 8 deletions

View File

@ -6822,6 +6822,7 @@ a:is(.active,
box-shadow: 0 -20px var(--color-bg);
border-left: 1px solid var(--color-lines);
border-right: 1px solid var(--color-lines);
border-bottom: 1px solid var(--color-lines);
}
.app-body .announcements__item strong {
font-weight: 800;
@ -6870,8 +6871,11 @@ a:is(.active,
@media screen and (max-width:1174px) {
.app-body .announcements {
box-shadow: none;
margin-top: -4px;
border-radius: 0;
margin-top: 1px;
border-left: 0;
border-right: 0;
margin-inline-start: -45px;
margin-inline-end: -55px;
}
.app-body .announcements__mastodon {
border-radius: 0;

View File

@ -6822,6 +6822,7 @@ a:is(.active,
box-shadow: 0 -20px var(--color-bg);
border-left: 1px solid var(--color-lines);
border-right: 1px solid var(--color-lines);
border-bottom: 1px solid var(--color-lines);
}
.app-body .announcements__item strong {
font-weight: 800;
@ -6870,8 +6871,11 @@ a:is(.active,
@media screen and (max-width:1174px) {
.app-body .announcements {
box-shadow: none;
margin-top: -4px;
border-radius: 0;
margin-top: 1px;
border-left: 0;
border-right: 0;
margin-inline-start: -45px;
margin-inline-end: -55px;
}
.app-body .announcements__mastodon {
border-radius: 0;

View File

@ -6822,6 +6822,7 @@ a:is(.active,
box-shadow: 0 -20px var(--color-bg);
border-left: 1px solid var(--color-lines);
border-right: 1px solid var(--color-lines);
border-bottom: 1px solid var(--color-lines);
}
.app-body .announcements__item strong {
font-weight: 800;
@ -6870,8 +6871,11 @@ a:is(.active,
@media screen and (max-width:1174px) {
.app-body .announcements {
box-shadow: none;
margin-top: -4px;
border-radius: 0;
margin-top: 1px;
border-left: 0;
border-right: 0;
margin-inline-start: -45px;
margin-inline-end: -55px;
}
.app-body .announcements__mastodon {
border-radius: 0;

View File

@ -6822,6 +6822,7 @@ a:is(.active,
box-shadow: 0 -20px var(--color-bg);
border-left: 1px solid var(--color-lines);
border-right: 1px solid var(--color-lines);
border-bottom: 1px solid var(--color-lines);
}
.app-body .announcements__item strong {
font-weight: 800;
@ -6870,8 +6871,11 @@ a:is(.active,
@media screen and (max-width:1174px) {
.app-body .announcements {
box-shadow: none;
margin-top: -4px;
border-radius: 0;
margin-top: 1px;
border-left: 0;
border-right: 0;
margin-inline-start: -45px;
margin-inline-end: -55px;
}
.app-body .announcements__mastodon {
border-radius: 0;