License under GPL-3.0-or-higher
This commit is contained in:
parent
87d4ae0ca3
commit
34c8b53622
10 changed files with 700 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
/* Copyright 2020 Oliver Smith
|
||||
SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
|
||||
.subviewbutton,
|
||||
.toolbaritem-combined-buttons {
|
||||
font-size: 8pt;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Copyright 2020 Oliver Smith
|
||||
SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
|
||||
/* Reduce minimum window width */
|
||||
:root {
|
||||
min-width: 300px !important;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Copyright 2020 Oliver Smith
|
||||
SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
|
||||
/* Reduce minimum window width */
|
||||
#urlbar-container {
|
||||
min-width: 150px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue