added icon padding within permission list
This commit is contained in:
parent
cd947f6b2f
commit
c0601d4682
2 changed files with 70 additions and 68 deletions
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
@viewport {
|
@viewport {
|
||||||
width: device-width;
|
width: device-width;
|
||||||
user-zoom:fixed;
|
user-zoom: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select_info {
|
.select_info {
|
||||||
|
@ -339,9 +339,9 @@ $animation_length: .5s;
|
||||||
|
|
||||||
@media only screen and (max-width: $small_device) {
|
@media only screen and (max-width: $small_device) {
|
||||||
.app-container {
|
.app-container {
|
||||||
right: 0;
|
right: 0!important;
|
||||||
left: 0;
|
left: 0!important;;
|
||||||
top: 0;
|
top: 0!important;;
|
||||||
|
|
||||||
transition: all $animation_length linear;
|
transition: all $animation_length linear;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -354,7 +354,7 @@ $animation_length: .5s;
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
width: 100%!important; /* override the seperator property */
|
width: 100% !important; /* override the seperator property */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
|
@ -376,7 +376,7 @@ $animation_length: .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-channel-chat {
|
.container-channel-chat {
|
||||||
width: 100%!important; /* override the seperator property */
|
width: 100% !important; /* override the seperator property */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -388,12 +388,13 @@ $animation_length: .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.show-small {
|
.show-small {
|
||||||
display: block!important;
|
display: block !important;
|
||||||
|
|
||||||
opacity: 1!important;
|
opacity: 1 !important;
|
||||||
transition: opacity $animation_length linear;
|
transition: opacity $animation_length linear;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-seperator {
|
.container-seperator {
|
||||||
background: lightgray;
|
background: lightgray;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
@ -489,6 +490,6 @@ x-content {
|
||||||
|
|
||||||
/* bootstrap materialize fix */
|
/* bootstrap materialize fix */
|
||||||
.form-row {
|
.form-row {
|
||||||
margin-left: 0!important;
|
margin-left: 0 !important;
|
||||||
margin-right: 0!important;
|
margin-right: 0 !important;
|
||||||
}
|
}
|
|
@ -280,8 +280,9 @@ modal-body {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
.icon, .icon_empty {
|
.icon, .icon_empty, .icon-container {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name.savedb {
|
.name.savedb {
|
||||||
|
|
Loading…
Add table
Reference in a new issue