Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-10 15:33:43 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-10 15:33:43 +0300
commit04527696ee21ddc755362eff14846046e525a2a9 (patch)
tree2fd135822ad5e7bdab6bb526fdfe2768241bae16 /src
parent0c6e125e1c8840ef11964fad9e0d771f75bb756e (diff)
Fix button height interference from server rules
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/PublicShareSidebar.vue9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/PublicShareSidebar.vue b/src/PublicShareSidebar.vue
index a81191a15..919867ebf 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -302,6 +302,15 @@ export default {
margin-bottom: 10px;
}
+#talk-sidebar .button-centered {
+ /*
+ * When there is an icon the servers empty-content rule
+ * .emptycontent [class*="icon-"] is matching button-vue--icon-and-text
+ * setting the height to 64px, so we need to reset this.
+ */
+ height: 44px;
+}
+
#talk-sidebar #call-container {
position: relative;