Progress
This commit is contained in:
@@ -106,13 +106,6 @@
|
||||
--navigation_search: var(--solid_color_block) !important;
|
||||
}
|
||||
|
||||
html {
|
||||
padding-top: env(safe-area-inset-top, 0);
|
||||
padding-right: env(safe-area-inset-right, 0);
|
||||
padding-left: env(safe-area-inset-left, 0);
|
||||
padding-bottom: env(safe-area-inset-bottom, 0);
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
min-height: 100%;
|
||||
@@ -980,6 +973,10 @@ body {
|
||||
background-color: var(--navigation_search);
|
||||
}
|
||||
|
||||
.gabsocial {
|
||||
composes: saveAreaInsetPB saveAreaInsetPT saveAreaInsetPL saveAreaInsetPR;
|
||||
}
|
||||
|
||||
/**
|
||||
* Rich Text Editor
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user