2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .top-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
|
|
|
/* add and your next to each other for < 1200 */
|
2023-12-01 05:53:22 +03:00
|
|
|
@media (max-width: 1400px) {
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .top-container {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .top-container .social-items-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-around;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
margin: 1em 0;
|
|
|
|
width: 100%;
|
|
|
|
max-width: none;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .top-container .social-items-container .tags-module {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .top-container .social-items-container .form-module {
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
|
|
|
/* everything comes into a single column*/
|
2023-12-01 05:53:22 +03:00
|
|
|
@media (max-width: 1400px) {
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .top-container .social-items-container {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .top-container .social-items-container .form-module {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .top-container .social-items-container .tags-module {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .instance-details-container {
|
|
|
|
width: 100%;
|
2023-03-18 21:23:52 +03:00
|
|
|
border-right: 1px solid #cbd0d8;
|
2022-10-11 02:43:23 +03:00
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .social-items-container {
|
|
|
|
padding: 0 0.75em;
|
|
|
|
margin-left: 1em;
|
|
|
|
max-width: 450px;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .social-items-container .social-handles-container {
|
|
|
|
min-width: 350px;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .instance-details-container,
|
|
|
|
.config-public-details-page .page-content-module {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .field-summary textarea {
|
|
|
|
height: 6em !important;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.config-public-details-page .edit-custom-css #field-customStyles {
|
|
|
|
height: 15em;
|
|
|
|
width: 100%;
|
|
|
|
font-family: monospace;
|
|
|
|
resize: auto;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.other-field-container {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.logo-upload-container .input-group {
|
|
|
|
align-items: center;
|
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2022-10-11 02:43:23 +03:00
|
|
|
.logo-upload-container img.logo-preview {
|
|
|
|
min-height: 120px;
|
|
|
|
min-width: 120px;
|
|
|
|
max-height: 256px;
|
|
|
|
max-width: 256px;
|
|
|
|
margin-right: 1em;
|
|
|
|
display: inline-block;
|
2023-02-01 08:26:51 +03:00
|
|
|
border: 1px solid var(--theme-color-palette-5);
|
2022-10-11 02:43:23 +03:00
|
|
|
}
|
2023-12-01 06:01:48 +03:00
|
|
|
|
2023-12-01 05:53:22 +03:00
|
|
|
@media (min-width: 1400px) {
|
|
|
|
.instance-details-container {
|
|
|
|
width: 65% !important;
|
|
|
|
}
|
|
|
|
}
|