diff options
Diffstat (limited to 'css/raw-settings.css')
-rw-r--r-- | css/raw-settings.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/css/raw-settings.css b/css/raw-settings.css index 77b76e2..fa2386d 100644 --- a/css/raw-settings.css +++ b/css/raw-settings.css @@ -1,7 +1,7 @@ /******************************************************************************* ηMatrix - a browser extension to black/white list requests. - Copyright (C) 2019-2020 Alessio Vanni + Copyright (C) 2019-2022 Alessio Vanni This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see {http://www.gnu.org/licenses/}. - Home: https://libregit.spks.xyz/heckyel/ematrix + Home: https://gitlab.com/vannilla/ematrix uMatrix Home: https://github.com/gorhill/uMatrix */ @@ -25,10 +25,10 @@ body { flex-direction: column; height: 100vh; justify-content: space-between; -} + } p { margin: 0.5em 0; -} + } textarea { box-sizing: border-box; flex-grow: 1; @@ -37,4 +37,4 @@ textarea { white-space: pre; width: 100%; word-wrap: normal; -} + } |