]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-notifications/my-account-notifications.component.scss
Fix broken views on mobile and small screens (#2671)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-notifications / my-account-notifications.component.scss
CommitLineData
2f1548fd
C
1@import '_variables';
2@import '_mixins';
3
4.header {
5 display: flex;
6 justify-content: space-between;
7 font-size: 15px;
457bb213 8 margin-bottom: 20px;
2f1548fd
C
9
10 a {
11 @include peertube-button-link;
12 @include grey-button;
457bb213 13 @include button-with-icon(18px, 3px, -1px);
2f1548fd
C
14 }
15
16 button {
17 @include peertube-button;
18 @include grey-button;
457bb213 19 @include button-with-icon(20px, 3px, -1px);
2f1548fd
C
20 }
21}
22
23my-user-notifications {
24 font-size: 15px;
25}
4682468d
K
26
27@media screen and (max-width: $mobile-view) {
28 .header {
29 flex-direction: column;
30
31 & >:first-child {
32 margin-bottom: 15px;
33 }
34 }
35}