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
12 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.
12 years ago
Lorenz Hübschle-Schneider
f2680419b6
Use svg logo on landing page
12 years ago
Lorenz Hübschle-Schneider
2227e31fe4
Bigger logo on landing page
...
I rendered the svg with inkscape
12 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
Tor Hveem
056aa3deed
Use CSS classes instead of javascript for margin
12 years ago
Tor Hveem
46b503e1b4
Use ngAnimate to animate sidebar hiding/showing
12 years ago
David Cormier
51cde96bf6
Standardize code presentation
...
Fix indentation (4 spaces, no tabs)
Fix indentation in CSS
Fix comment position in CSS file
12 years ago
David Cormier
2e5e3a45eb
Revert "Collapse sidebar with css selector"
...
This reverts commit 3a5dfd5e94
.
12 years ago
Creesch
14706d1e33
html&css changes for mobile usage
12 years ago
David Cormier
3a5dfd5e94
Collapse sidebar with css selector
...
Fixes #152
12 years ago
Lorenz Hübschle-Schneider
b553ef2a71
Remove black background on own chat lines
...
I've had this in my deployment config for a while, I hope you guys agree that it looks much nicer
12 years ago
Lorenz Hübschle-Schneider
8076efc367
Fix display on mobile -- content was partly hidden under top bar
12 years ago
Lorenz H-S
0ae4d388ff
Non-layout-killing debug button ("count watchers")
12 years ago
Lorenz H-S
f0fe8be18a
Do channel indendation in CSS.
...
Fixes the issue with new query buffers' titles not being shown.
Doesn't introduce any new watchers
12 years ago
Tor Hveem
0a4ca02ad7
Fix overflowing of title into actions
12 years ago
Tor Hveem
37dbd0bbe7
topbar and css fixes
12 years ago
Tor Hveem
f9ba30f102
Collapsable sidebar for mobile sized screens
12 years ago
Lorenz H-S
f66623db9b
Improve mobile layout
...
* more densely packed channel switching buttons (increased their size to better match android design guidelines)
* disable zooming
* disable scrolling to the side
12 years ago
Tor Hveem
74a69a5e11
Consume less space on mobile
12 years ago
Lorenz H-S
9b755be7fd
Improve mobile layout
...
* more densely packed channel switching buttons (increased their size to better match android design guidelines)
* disable zooming
* disable scrolling to the side
12 years ago
Tor Hveem
f7e0001ca3
Consume less space on mobile
12 years ago
Lorenz H-S
42d993be78
Fix timestamp hiding/showing
...
Fixes #105
12 years ago
Lorenz H-S
31a300f0ba
Fix highlight by moving to end of stylesheet
12 years ago
Lorenz H-S
815f3f4a13
Move highlight style to correct file
12 years ago
Lorenz H-S
2cf47c6161
Visually highlight highlights
12 years ago
David Cormier
026881a29c
Revert "Split messages with newline into multiple messages"
...
This reverts commit 6dd35fa890
.
The commit breaks support for chrome.
12 years ago