Change frame margin
This commit is contained in:
parent
d4a5f9151e
commit
d704855ee1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
@supports (not -moz-bool-pref("uc.tweak.disable-rounded-corners")) {
|
@supports (not -moz-bool-pref("uc.tweak.disable-rounded-corners")) {
|
||||||
:root #browser>#appcontent {
|
:root #browser>#appcontent {
|
||||||
margin: 0px 4px 4px 4px;
|
margin: 1px 3px 3px 3px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1.25px solid rgba(0, 0, 0, 0.1);
|
border: 1.25px solid rgba(0, 0, 0, 0.1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue