added some important notations to prevent css overrides
This commit is contained in:
parent
e3fc418ec7
commit
a2f616b705
18 changed files with 55 additions and 55 deletions
|
@ -1,6 +1,6 @@
|
|||
.modal-avatar-list {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
display: flex!important;;
|
||||
flex-direction: row!important;;
|
||||
|
||||
.container-list {
|
||||
width: 50%;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.modal-body.modal-ban-client {
|
||||
padding: 0!important;
|
||||
|
||||
display: flex;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
justify-content: stretch!important;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ $category_slide_animation_length: .25s;
|
|||
.modal-body.modal-ban-list {
|
||||
padding: 0!important;
|
||||
|
||||
display: flex;
|
||||
display: flex!important;
|
||||
flex-direction: row!important;
|
||||
justify-content: stretch!important;
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
.modal-body.modal-bookmarks {
|
||||
padding: 0!important;
|
||||
|
||||
display: flex;
|
||||
display: flex!important;
|
||||
flex-direction: row!important;
|
||||
justify-content: stretch!important;
|
||||
|
||||
|
|
|
@ -4,11 +4,11 @@ $required_notab_height: 800px;
|
|||
@import "properties";
|
||||
|
||||
.modal-body.modal-channel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: stretch;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
justify-content: stretch!important;
|
||||
|
||||
max-height: calc(100vh - 10em);
|
||||
max-height: calc(100vh - 10em)!important;
|
||||
padding: 1em!important;
|
||||
|
||||
input, textarea, select {
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
@import "properties";
|
||||
|
||||
.modal-body.modal-channel-info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: stretch;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
justify-content: stretch!important;
|
||||
|
||||
min-width: 30em!important;
|
||||
max-height: calc(100vh - 10em);
|
||||
max-height: calc(100vh - 10em)!important;
|
||||
padding: 0 !important;
|
||||
|
||||
.row {
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
max-width: 100000px; /* max 100000px width, else we shrink the modal */
|
||||
padding: 0!important; /* override the default padding */
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: stretch;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
justify-content: stretch!important;
|
||||
|
||||
.container-connect-input {
|
||||
flex-grow: 0;
|
||||
|
|
|
@ -4,15 +4,15 @@
|
|||
.modal-server-group-assignments {
|
||||
@include user-select(none);
|
||||
|
||||
min-width: 25em;
|
||||
max-height: calc(100vh - 10rem);
|
||||
min-height: 10em;
|
||||
min-width: 25em!important;
|
||||
max-height: calc(100vh - 10rem)!important;
|
||||
min-height: 10em!important;
|
||||
|
||||
width: 30em;
|
||||
width: 30em!important;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: stretch;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
justify-content: stretch!important;
|
||||
|
||||
background-color: #2f2f35;
|
||||
padding: .5em!important;
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
.modal-icon-select {
|
||||
@include user-select(none);
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: stretch;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
justify-content: stretch!important;
|
||||
|
||||
width: 50em;
|
||||
width: 50em!important;
|
||||
|
||||
/*
|
||||
.right, .left {
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
.modal-body.modal-identity-improve {
|
||||
padding: 0!important;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
justify-content: flex-start!important;
|
||||
|
||||
.container-tooltip {
|
||||
flex-grow: 0!important;
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
.modal-body.modal-permission-editor {
|
||||
padding: 0!important;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: stretch;
|
||||
display: flex!important;;
|
||||
flex-direction: row!important;;
|
||||
justify-content: stretch!important;;
|
||||
|
||||
width: 1000000em; /* get us some width */
|
||||
min-height: 20em; /* Set it here, so we dont have a inner modal scroll */
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
.playlist-management {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: flex!important;;
|
||||
flex-direction: column!important;;
|
||||
|
||||
.header, .footer {
|
||||
flex-grow: 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.container-poke {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: flex!important;;
|
||||
flex-direction: column!important;;
|
||||
|
||||
.container-servers {
|
||||
display: flex;
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
@import "mixin";
|
||||
|
||||
.query-create {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
|
||||
.row-name {
|
||||
width: 100%;
|
||||
|
@ -26,8 +26,8 @@
|
|||
}
|
||||
|
||||
.query-created {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
|
||||
.buttons {
|
||||
text-align: right;
|
||||
|
@ -55,9 +55,9 @@
|
|||
}
|
||||
|
||||
.modal-body.modal-query-manage {
|
||||
display: flex;
|
||||
display: flex!important;
|
||||
flex-direction: row!important;
|
||||
justify-content: stretch;
|
||||
justify-content: stretch!important;
|
||||
|
||||
padding: 1em!important;
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
@import "properties";
|
||||
|
||||
.modal-body.modal-server-edit {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: stretch;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
justify-content: stretch!important;
|
||||
|
||||
max-height: calc(100vh - 10em);
|
||||
padding: 1em!important;
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
padding: 0!important;
|
||||
width: 55em;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
justify-content: flex-start!important;
|
||||
|
||||
background-color: #2f2f35;
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@ $color_download: #9f2712;
|
|||
padding: 0!important;
|
||||
width: 55em;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
justify-content: flex-start!important;
|
||||
|
||||
background-color: #2f2f35;
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
.modal-body.modal-settings {
|
||||
padding: 0!important;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: stretch;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
justify-content: stretch!important;
|
||||
|
||||
@include user-select(none);
|
||||
width: 10000em; /* allocate some space */
|
||||
|
|
Loading…
Add table
Reference in a new issue