| Left: | ||
| Right: |
| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 361 } | 361 } |
| 362 | 362 |
| 363 #dialog-recommended ul li.installed::before | 363 #dialog-recommended ul li.installed::before |
| 364 { | 364 { |
| 365 background-color: #BBBBBB; | 365 background-color: #BBBBBB; |
| 366 mask: url(mobile/checkmark.svg) center/cover no-repeat; | 366 mask: url(mobile/checkmark.svg) center/cover no-repeat; |
| 367 } | 367 } |
| 368 | 368 |
| 369 #dialog-recommended > button | 369 #dialog-recommended > button |
| 370 { | 370 { |
| 371 flex-shrink: 0; | |
|
saroyanm
2017/09/14 13:45:40
The button still is being squashed with this prope
saroyanm
2017/09/14 13:49:12
Sorry, this was a cache error :/ Looks fine.
saroyanm
2017/09/14 13:57:53
Deatil: But using Padding instead of Height might
Thomas Greiner
2017/09/15 13:00:03
You're right regarding longer texts.
Done. I made
| |
| 371 border-width: 1px 0 0 0; | 372 border-width: 1px 0 0 0; |
| 372 text-align: center; | 373 text-align: center; |
| 373 } | 374 } |
| OLD | NEW |