mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
fix: Add compact type, fix spacing in contact panel (#1352)
* fix: Add compact type, fix spacing in contact panel * Set padding-top, padding-bottom
This commit is contained in:
@@ -38,6 +38,11 @@
|
|||||||
&.round {
|
&.round {
|
||||||
border-radius: $space-larger;
|
border-radius: $space-larger;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.compact {
|
||||||
|
padding-bottom: 0;
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button--fixed-right-top {
|
.button--fixed-right-top {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<button
|
<button
|
||||||
v-if="showCopy"
|
v-if="showCopy"
|
||||||
type="submit"
|
type="submit"
|
||||||
class="button nice link hollow grey-btn"
|
class="button nice link hollow grey-btn compact"
|
||||||
@click="onCopy"
|
@click="onCopy"
|
||||||
>
|
>
|
||||||
<i class="icon copy-icon ion-clipboard"></i>
|
<i class="icon copy-icon ion-clipboard"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user