| OLD | NEW |
| 1 /* | 1 /* |
| 2 * This file is part of Adblock Plus <https://adblockplus.org/>, | 2 * This file is part of Adblock Plus <https://adblockplus.org/>, |
| 3 * Copyright (C) 2006-present eyeo GmbH | 3 * Copyright (C) 2006-present eyeo GmbH |
| 4 * | 4 * |
| 5 * Adblock Plus is free software: you can redistribute it and/or modify | 5 * Adblock Plus is free software: you can redistribute it and/or modify |
| 6 * it under the terms of the GNU General Public License version 3 as | 6 * it under the terms of the GNU General Public License version 3 as |
| 7 * published by the Free Software Foundation. | 7 * published by the Free Software Foundation. |
| 8 * | 8 * |
| 9 * Adblock Plus is distributed in the hope that it will be useful, | 9 * Adblock Plus is distributed in the hope that it will be useful, |
| 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 } | 532 } |
| 533 | 533 |
| 534 /* | 534 /* |
| 535 Sidebar | 535 Sidebar |
| 536 */ | 536 */ |
| 537 | 537 |
| 538 #sidebar, | 538 #sidebar, |
| 539 #sidebar .fixed, | 539 #sidebar .fixed, |
| 540 [role="tablist"] | 540 [role="tablist"] |
| 541 { | 541 { |
| 542 width: 13.2rem; | 542 width: 14.3rem; |
| 543 } | 543 } |
| 544 | 544 |
| 545 #sidebar | 545 #sidebar |
| 546 { | 546 { |
| 547 flex-shrink: 0; | 547 flex-shrink: 0; |
| 548 } | 548 } |
| 549 | 549 |
| 550 #sidebar .fixed | 550 #sidebar .fixed |
| 551 { | 551 { |
| 552 top: 1.2rem; | 552 top: 1.2rem; |
| (...skipping 20 matching lines...) Expand all Loading... |
| 573 } | 573 } |
| 574 | 574 |
| 575 #sidebar header h1 strong | 575 #sidebar header h1 strong |
| 576 { | 576 { |
| 577 font-weight: 700; | 577 font-weight: 700; |
| 578 } | 578 } |
| 579 | 579 |
| 580 #sidebar header p | 580 #sidebar header p |
| 581 { | 581 { |
| 582 margin: 0rem; | 582 margin: 0rem; |
| 583 font-size: 2.2rem; | 583 font-size: 1.8rem; |
| 584 line-height: 2.6rem; | 584 line-height: 2.6rem; |
| 585 } | 585 } |
| 586 | 586 |
| 587 html[dir="rtl"] #sidebar header | 587 html[dir="rtl"] #sidebar header |
| 588 { | 588 { |
| 589 text-align: left; | 589 text-align: left; |
| 590 } | 590 } |
| 591 | 591 |
| 592 #sidebar-logo | 592 #sidebar-logo |
| 593 { | 593 { |
| (...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1510 font-size: 1rem; | 1510 font-size: 1rem; |
| 1511 color: #077CA6; | 1511 color: #077CA6; |
| 1512 background-color: #E1F2FA; | 1512 background-color: #E1F2FA; |
| 1513 } | 1513 } |
| 1514 | 1514 |
| 1515 #notification strong | 1515 #notification strong |
| 1516 { | 1516 { |
| 1517 flex: 1; | 1517 flex: 1; |
| 1518 text-align: center; | 1518 text-align: center; |
| 1519 } | 1519 } |
| OLD | NEW |