
* cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
76 lines
No EOL
1.2 KiB
SCSS
76 lines
No EOL
1.2 KiB
SCSS
.container-server-settings-general {
|
|
.container-server-settings-slots {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: stretch;
|
|
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
|
|
.form-group:not(:first-of-type) {
|
|
margin-left: 10px;
|
|
|
|
flex-grow: 30;
|
|
flex-shrink: 30;
|
|
}
|
|
|
|
.form-group:first-of-type {
|
|
flex-grow: 70;
|
|
flex-shrink: 70;
|
|
}
|
|
}
|
|
}
|
|
.container-server-settings-host {
|
|
padding: 5px;
|
|
|
|
.properties-hostbanner, .properties-hostbutton {
|
|
.form-row {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: stretch;
|
|
|
|
> .form-group {
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
}
|
|
|
|
> .form-group:not(:first-of-type) {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.virtualserver_hostbanner_gfx_interval {
|
|
height: calc(2.4375rem + 2px);
|
|
}
|
|
}
|
|
|
|
.container-server-settings-file-transfer, .container-server-settings-anti-flood, .container-server-settings-security {
|
|
padding: 5px;
|
|
}
|
|
|
|
.container-server-settings-misc {
|
|
padding: 5px;
|
|
|
|
.container-complains {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: stretch;
|
|
|
|
> div {
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
}
|
|
|
|
> div:not(:first-of-type) {
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.container-server-settings-messages {
|
|
padding: 5px;
|
|
} |