aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/title-bar.scss
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-20 16:10:00 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-20 16:10:00 +0100
commit08536e7e0a8995c0a94c363f6c230ec422c4671b (patch)
treeb29658ba85e2ce868e1f04d960ba76affa3d3b17 /src/styles/title-bar.scss
parentchoose platform with environment variable `FRANZ_PLATFORM` (diff)
downloadferdium-app-08536e7e0a8995c0a94c363f6c230ec422c4671b.tar.gz
ferdium-app-08536e7e0a8995c0a94c363f6c230ec422c4671b.tar.zst
ferdium-app-08536e7e0a8995c0a94c363f6c230ec422c4671b.zip
fix CSS conflicts
override `reset.scss` with `title-bar.scss`
Diffstat (limited to 'src/styles/title-bar.scss')
-rw-r--r--src/styles/title-bar.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/styles/title-bar.scss b/src/styles/title-bar.scss
new file mode 100644
index 000000000..67bf97008
--- /dev/null
+++ b/src/styles/title-bar.scss
@@ -0,0 +1,7 @@
1#electron-app-title-bar span {
2 line-height: normal;
3}
4
5#electron-app-title-bar div {
6 height: auto;
7}