David Cormier
01a1d79a54
Remove font definition from css file
...
The font for the .favorite-font class is now set programmatically
11 years ago
David Cormier
7c5a396171
Rename 'monospace' class to 'favorite-font'
11 years ago
Lorenz Hübschle-Schneider
7a374740af
Fix rendering of settings dialog on mobile
11 years ago
Lorenz Hübschle-Schneider
bc958a3f7b
Fix modal so that it reliably works on all plattforms
11 years ago
Lorenz Hübschle-Schneider
73dcddac0e
increase max height of accordion fields for mobile
11 years ago
Lorenz Hübschle-Schneider
4259b070de
Fix modal height and accordion in firefox
11 years ago
Lorenz Hübschle-Schneider
7d5bc0f078
Accordion without jQuery / bootstrap js
...
it's not quite 100% as nice though
11 years ago
Lorenz Hübschle-Schneider
23fb4da05a
Implement modal without bootstrap.js and jQuery
11 years ago
Lorenz Hübschle-Schneider
97cf908932
Prevent embeds from overflowing
...
Fixes #347
11 years ago
Lorenz Hübschle-Schneider
8816fe221e
Animate sidebar with CSS transitions
11 years ago
Lorenz Hübschle-Schneider
6e0e1d122f
Change order of default monospace fonts, remove Terminus
...
Having a bitmap font as first choice is really stupid, as noted
by @Evropi in #322 (this fixes #322 )
As Inconsolata is a wonderful font that has the advantages of
a monospace font combined with a level of readability that is
otherwise reserved to sans-serif fonts, I think it should be first
in the list.
11 years ago
Lorenz Hübschle-Schneider
fcfd9fce91
Make it pretty
11 years ago
Lorenz Hübschle-Schneider
cffeef030b
Fix line breaks on mobile by shifting around padding
11 years ago
Kramer Campbell
9aa6a374cd
Add option to show seconds in timestamps.
11 years ago
Lorenz Hübschle-Schneider
ffde1422e0
Fix highlighting of channel upon selection in mobile firefox
11 years ago
Lorenz Hübschle-Schneider
f5dde0163b
Sans-serif on mobile, smaller margins, bigger nicks
...
@torhve : smaller margins! just click merge right now? ;)
11 years ago
Lorenz Hübschle-Schneider
beb640493d
Make timestamps smaller and all the same colour on mobile
...
Different colours on mobile don't really work: either they're too similar to
distinguish (and then it just looks strange), or they're too dark to be visible.
11 years ago
Lorenz Hübschle-Schneider
c4ad663f56
Fix colours on mobile
...
@creesch introduced this change, but I'm not sure why
11 years ago
Lorenz Hübschle-Schneider
f69a1ce3c4
Fix scrolling on landing page (mobile)
11 years ago
Lorenz Hübschle-Schneider
b21e788ab2
Adjust to actual mobile devices, not small browser windows
11 years ago
Lorenz Hübschle-Schneider
2be3ac7f99
Improve mobile design
11 years ago
Lorenz Hübschle-Schneider
f3b20c1567
Layout fixes
...
- make buffer-/nicklist items that line up with the input bar clickable (z-index)
- add back padding for inputbar with nicklist on mobile
11 years ago
Lorenz Hübschle-Schneider
99296d2a51
Fix input bar bleeding into nicklist & mobile input bar jumps
...
Closes #298
11 years ago
Tor Hveem
2e70603247
Use shades of gray instead of green readmarker. Fixes #212
...
Also more space above and under it.
11 years ago
Lorenz Hübschle-Schneider
116e984ac8
Add space to bottom of bufferlines
11 years ago
David Cormier
c104385834
css: merge body tags
11 years ago
Tor Hveem
fb2134736c
Pixel adjustments to attempt perfectly align icons in top bar
11 years ago
Tor Hveem
dc077ac903
Improve CSS layout. Fix 98% bug that affects chrome/ff differently.
...
Conflicts:
css/glowingbear.css
11 years ago
Tor Hveem
a2969adf9b
Remove old cruft
11 years ago
Tor Hveem
20a8289072
Revert the revertion of multiline and clean it up for new directive.
11 years ago
Lorenz Hübschle-Schneider
18d1f4716b
Revert "use ng-if to hide date instead of css"
...
That actually decreases performance, because it adds a watcher to every line
This reverts commit 16365db588
.
11 years ago
Lorenz Hübschle-Schneider
16365db588
use ng-if to hide date instead of css
11 years ago
Lorenz Hübschle-Schneider
c32ccb8749
Don't cut off bottom part of last line in firefox
...
It ignores the padding in the #bufferlines diff. It's still off on small windows, but
a lot better than before. You can't make up the stupid things browsers do.
11 years ago
Lorenz Hübschle-Schneider
517a473b94
Improve mobile readability by putting whitespace between messages, not lines
...
This generally removes a lot of whitespace on mobile while still improving readability
In particular, it makes it easier to see which lines belong together
11 years ago
David Cormier
2719caf956
Revert "Bring up number keypad for port on mobile phones, URL for address"
...
This reverts commit bbcdada331
.
11 years ago
Lorenz Hübschle-Schneider
17cede5b68
respect notimestamp setting on mobile
...
marking the display: none as important gives it priority over
the display:inline for td.time on mobile
11 years ago
Lorenz Hübschle-Schneider
bbcdada331
Bring up number keypad for port on mobile phones, URL for address
...
An alternative would be type="tel", which has bigger number buttons for me,
but it seems wrong to use.
11 years ago
Lorenz Hübschle-Schneider
f2680419b6
Use svg logo on landing page
11 years ago
Lorenz Hübschle-Schneider
2227e31fe4
Bigger logo on landing page
...
I rendered the svg with inkscape
11 years ago
Felix Eckhofer
aa4a78d7eb
Remove margin-right from #topbar.actions
...
If this is nonzero, content from div.title can overflow into the right margin of the buttons.
12 years ago
Lorenz Hübschle-Schneider
9188cabbbc
Larger icons
12 years ago
Felix Eckhofer
91e85400e9
Add some padding around the logo
...
This looks nicer with the new "glowing bear"
12 years ago
Lorenz Hübschle-Schneider
78432793c9
Restore line padding values to Bootstrap 3.0.X value for better readability
12 years ago
Tor Hveem
d21267289c
Modal for settings instead of dropdown
12 years ago
Tor Hveem
5ac710a694
Fixes warnings in console with getelementid in firefox
12 years ago
Lorenz Hübschle-Schneider
5938bbb436
Further improve mobile layout
...
* Dynamic sidebar width
* Add padding so that entire sidebar is shown when scrolling is needed
* this also applies to desktop, btw
12 years ago
Lorenz Hübschle-Schneider
40492cf519
Adaptive nicklist width
12 years ago
Lorenz Hübschle-Schneider
5a7ed13c70
Increase size of bufferlines on mobile
...
We had 10px+2% space on the bottom, that's pretty wasteful
12 years ago
Lorenz Hübschle-Schneider
4c56d096ac
Thinner scrollbars and larger buttons on mobile
...
Give those buttons a size where there's at least a chance to hit them with a finger
12 years ago
Lorenz Hübschle-Schneider
0d580cc1d2
Fix scrolling on mobile devices
...
Previously, we were scrolling the div, not its contents, as it grew infinitely.
12 years ago