aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/podio/css
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-20 11:08:00 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-20 05:47:40 +0000
commit8a0971ff9f41fdaa1af15e88740ce9479e1ec6ea (patch)
treedbbc5d0bf44f56a1024eae1d9799c47853401e0d /recipes/podio/css
parentRenamed 'glowingbear' --> 'glowing-bear' and 'ex-google-voice' --> 'google-vo... (diff)
downloadferdium-recipes-8a0971ff9f41fdaa1af15e88740ce9479e1ec6ea.tar.gz
ferdium-recipes-8a0971ff9f41fdaa1af15e88740ce9479e1ec6ea.tar.zst
ferdium-recipes-8a0971ff9f41fdaa1af15e88740ce9479e1ec6ea.zip
Added new services
- 'air-droid' - 'basecamp' - 'box' - 'buffer' - 'chatra' - 'easy-redmine' - 'feedbin' - 'iCloud' - 'jollor' - 'nomadlist' - 'paymo' - 'pivotal-tracker' - 'plan' - 'podio' - 'protonet' - 'teamleader'
Diffstat (limited to 'recipes/podio/css')
-rw-r--r--recipes/podio/css/franz.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/podio/css/franz.css b/recipes/podio/css/franz.css
new file mode 100644
index 0000000..b5668ee
--- /dev/null
+++ b/recipes/podio/css/franz.css
@@ -0,0 +1,22 @@
1#header-global {
2 display: none !important;
3}
4
5.content-container
6{
7 margin-top: -15px !important;
8 padding-top: 0px !important;
9}
10
11.settings-trigger {
12 display: none !important;
13}
14
15.grid {
16 box-sizing: border-box;
17 padding: 0 !important;
18}
19
20.grid .grid-column-1-2:last-of-type, .grid .grid-column-1-3:last-of-type, .grid .grid-column-1-4:last-of-type, .grid .grid-column-1:last-of-type, .grid .grid-column-2-3:last-of-type, .grid .grid-column-3-4:last-of-type {
21 padding-right: -10px !important;
22} \ No newline at end of file