License under GPL-3.0-or-higher

This commit is contained in:
Oliver Smith 2020-08-06 16:39:33 +02:00
parent 87d4ae0ca3
commit 34c8b53622
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
10 changed files with 700 additions and 0 deletions

View file

@ -1,3 +1,6 @@
/* Copyright 2020 Oliver Smith
SPDX-License-Identifier: GPL-3.0-or-later */
.subviewbutton,
.toolbaritem-combined-buttons {
font-size: 8pt;

View file

@ -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;

View file

@ -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;