stuff
This commit is contained in:
parent
d38040815c
commit
97ea926bde
|
@ -1158,13 +1158,13 @@ input[REPLACE_CLASS_input][REPLACE_CLASS_inputerror] {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
padding-right: 40px;
|
padding-right: 70px;
|
||||||
}
|
}
|
||||||
[REPLACE_CLASS__repolistheader] > * {
|
[REPLACE_CLASS__repolistheader] > * {
|
||||||
max-width: 740px;
|
max-width: 740px;
|
||||||
min-width: 460px;
|
min-width: 460px;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
padding-right: 40px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofooter] {
|
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofooter] {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
height: var(--settingsmodalheight) !important;
|
height: var(--settingsmodalheight) !important;
|
||||||
}
|
}
|
||||||
#app-mount .layer-86YKbF ~ .layer-86YKbF .repoHeader-2KfNvH {
|
#app-mount .layer-86YKbF ~ .layer-86YKbF .repoHeader-2KfNvH {
|
||||||
max-width: calc(var(--settingsmodalwidth) - 256px) !important;
|
max-width: calc(var(--settingsmodalwidth) - 258px) !important;
|
||||||
}
|
}
|
||||||
#app-mount .layer-86YKbF ~ .layer-86YKbF .standardSidebarView-E9Pc3j .editor {
|
#app-mount .layer-86YKbF ~ .layer-86YKbF .standardSidebarView-E9Pc3j .editor {
|
||||||
height: calc(var(--settingsmodalheight) - 120px) !important;
|
height: calc(var(--settingsmodalheight) - 120px) !important;
|
||||||
|
|
Loading…
Reference in New Issue