mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
[mod] favicons: simplify RTL in template & CSS
Comes from a sughgestion in: - https://github.com/searxng/searxng/pull/3727#issuecomment-2388998803 Suggested-by: Bnyro <bnyro@tutanota.com> Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
a7d02d4101
commit
a631f77401
4 changed files with 17 additions and 21 deletions
|
@ -82,8 +82,4 @@
|
|||
transform: scale(1, 1);
|
||||
}
|
||||
|
||||
.favicon {
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
|
||||
@import "style.less";
|
||||
|
|
|
@ -94,12 +94,12 @@
|
|||
direction: initial;
|
||||
text-align: right;
|
||||
|
||||
.result .url_header {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.result .url_wrapper {
|
||||
justify-content: end;
|
||||
|
||||
.favicon {
|
||||
margin: 0 0 0 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -232,6 +232,11 @@ article[data-vim-selected].category-social {
|
|||
}
|
||||
}
|
||||
|
||||
.url_header {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.url_wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue