Revision 4c6a2323
Added by koszko over 1 year ago
| html/popup.html | ||
|---|---|---|
| 55 | 55 |
#info_form, #unprivileged_page_info {
|
| 56 | 56 |
display: grid; |
| 57 | 57 |
grid-template-columns: auto; |
| 58 |
text-align: center; |
|
| 59 | 58 |
} |
| 60 | 59 |
|
| 61 | 60 |
#info_form * {
|
| 61 |
text-align: center; |
|
| 62 | 62 |
white-space: nowrap; |
| 63 | 63 |
text-overflow: ellipsis; |
| 64 | 64 |
overflow-x: hidden; |
Also available in: Unified diff
make Haketilo buildable again (for Mozilla)
How cool it is to throw away 5755 lines of code...