added 'mini-menu' to result pages
Some checks failed
Run Integration Tests / test (push) Failing after 36s
Some checks failed
Run Integration Tests / test (push) Failing after 36s
This commit is contained in:
parent
7e573e6928
commit
287c7a7a1d
12 changed files with 266 additions and 189 deletions
|
@ -1,5 +1,13 @@
|
|||
|
||||
/* settings.html */
|
||||
.view-image-search {
|
||||
border: 1px solid var(--snip-border);
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
vertical-align: bottom;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.theme-link {
|
||||
display: block;
|
||||
|
@ -83,7 +91,7 @@
|
|||
height: 40px;
|
||||
}
|
||||
|
||||
/* Ensure correct aligment */
|
||||
/* Ensure correct alignment */
|
||||
.settings-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -96,5 +104,3 @@
|
|||
height: 40px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* --- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue