2021-05-20 20:06:56 +00:00
|
|
|
/* Copyright 2021 Oliver Smith
|
2021-11-18 17:59:46 +00:00
|
|
|
* SPDX-License-Identifier: GPL-3.0-or-later */
|
2020-08-10 11:43:04 +00:00
|
|
|
|
2020-11-22 14:59:03 +00:00
|
|
|
@media (max-width: 700px) {
|
2021-11-18 17:59:46 +00:00
|
|
|
/* Findbar */
|
|
|
|
[anonid="findbar-textbox-wrapper"] {
|
|
|
|
min-width: 160px;
|
|
|
|
width: 160px;
|
|
|
|
}
|
|
|
|
[anonid="findbar-textbox"] {
|
|
|
|
max-width: 100px;
|
|
|
|
min-width: 100px;
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
.findbar-button {
|
|
|
|
font-size: 6pt;
|
|
|
|
}
|
|
|
|
/* Save space */
|
|
|
|
.findbar-match-diacritics,
|
|
|
|
.findbar-entire-word,
|
|
|
|
.found-matches,
|
|
|
|
.findbar-find-status,
|
|
|
|
.find-status-icon
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
2020-08-10 11:43:04 +00:00
|
|
|
}
|