Johan Stenehall
109d827d5d
Fix broken < 1400px display and broken light color theme
2015-03-25 17:49:12 +01:00
Tor Hveem
10adc201a6
Merge pull request #576 from stenehall/update-topbar
...
Update topbar
2015-03-25 00:46:54 +01:00
Johan Stenehall
bf706d1483
Add prefix for buffers in topbar
2015-03-25 00:41:31 +01:00
Tor Hveem
33f2b81f65
Merge pull request #573 from stenehall/shrink-icons
...
Shrink nav icons
2015-03-25 00:25:18 +01:00
Johan Stenehall
18716387b8
Increase click area for topbar icons
2015-03-25 00:00:07 +01:00
Johan Stenehall
2372acf209
Remove topic and add channel name for mobile
...
* Removing topic from topbar.
* Adding channel name to the topbar.
This is done using visible-lg from bootstrap. As of v3.2.0 it's replaced by visible-lg-block. But that doesn't exist in v3.1.1 that's currently being used by glowing-bear.
2015-03-24 23:29:45 +01:00
Johan Stenehall
1830453d3d
Add odd/even backgrounds and increased font-size
...
* Add odd/even backgrounds for channellist
* Increase font-size for channellist
2015-03-24 23:20:13 +01:00
Johan Stenehall
308a854531
Shrink nav icons
...
* Shrink the nav icons and bear for a better mobile experience.
* Shrink the nav icons on desktop for a better navbar.
2015-03-24 21:54:13 +01:00
Tor Hveem
99ccd551b6
Enable by default, except on mobile. Convert by default.
2015-03-22 13:11:39 +01:00
Tor Hveem
f042f729e1
switch from twitter's emoji lib to emojione
2015-03-21 16:43:46 +01:00
Lorenz Hübschle-Schneider
ba31f994ca
Merge pull request #558 from glowing-bear/wide-bufferlist
...
Introduce a new media query list for wide screens
2015-03-21 11:26:40 +01:00
Lorenz Hübschle-Schneider
3d76c1f785
Fix bufferlist CSS transform for WebKit
...
iOS, Safari, and the stock Android browser (up to 4.4) seem to need this
2015-03-21 11:02:54 +01:00
Tor Hveem
fbd4853cb6
Use transform to improve smootheness.
...
Also push bufferlines in.
2015-03-20 14:11:27 +01:00
Tor Hveem
7029511029
Style the reconnect banner, clean up apply usage
2015-03-14 21:16:45 +01:00
David Cormier
b6260e7cc7
plugins: add html5 video support
...
Shows ogv, mp4 and webm files inside a video tag
2015-03-14 21:16:44 +01:00
Tor Hveem
107ae870d5
Introduce a new media query list for wide screens
...
This change introduces a new media query that activates if the window is
wider than 1400px. It will then increase bufferlist width from 140px to
200px and nicklist from 100px to 140px.
If someone has better ideas than 1400px as a cutoff I am all ears to
that.
There might also be more changes we could do that further improves upon
this concept.
2015-03-13 14:15:00 +01:00
David Cormier
d8c4ba78c1
plugins: add html5 video support
...
Shows ogv, mp4 and webm files inside a video tag
2015-02-17 09:48:18 +01:00
Lorenz Hübschle-Schneider
849da1b5a2
Implement reconnecting upon connection loss
...
TODO: test in various conditions
2015-02-17 09:42:48 +01:00
Lorenz Hübschle-Schneider
f125c43ccb
Adds emoji support using Twitter's twemoji
2015-01-03 18:29:59 +01:00
Lorenz Hübschle-Schneider
9b7a778186
Fix non-#channels and single-symbol channels (#)
2014-11-20 12:59:33 +01:00
Lorenz Hübschle-Schneider
d68032b77a
Fix font size and timestamp positioning issues on mobile
...
By using relative sizes, we automatically adjust to any change in the font size setting
Also, the timestamp shouldn't be lifted up, that looks weird. A margin-bottom: -1px does the CSS engine spell of confusion as well and doesn't mess up the layout.
2014-11-05 20:50:15 +01:00
Ailin Nemui
f6bc1f94e0
[light theme] add style for quick keys
2014-10-28 11:26:44 +01:00
Tor Hveem
1dc32fd847
Merge pull request #483 from glowing-bear/key-overlays
...
Show quick access keys on Alt keypress
2014-10-28 01:24:11 +01:00
Tor Hveem
5fb74a5c8c
Merge pull request #485 from glowing-bear/fix-bufferlist-spacing
...
Fix bufferlist spacing on mobile
2014-10-28 01:19:00 +01:00
Lorenz Hübschle-Schneider
89ea7d20ea
Restore space at the bottom of buffer lines
2014-10-24 18:46:58 +02:00
Lorenz Hübschle-Schneider
8190e7a256
Fix bufferlist spacing on mobile
...
The current version is much too tight to hit, and for some reason I only
fixed it in the cordova branch. This should go into master, though.
2014-10-24 12:42:13 +02:00
Lorenz Hübschle-Schneider
80b0d2ca6a
Quick keys disappear only after releasing alt key
...
Other changes:
- 0.2s delay so they don't appear when pressing Alt+A etc
- don't appear when other modifier keys are pressed
2014-10-20 12:30:30 +02:00
Ailin Nemui
9827710736
Support narrowing buffer selection with Alt+0-9 after using Alt+g or when onlyUnread is enabled, and show numeric overlays for Alt+0-9 keys on the buffers
2014-10-20 11:45:56 +02:00
Lorenz Hübschle-Schneider
1f0cb71e86
Make buttons unselectable
...
This improves copying and pasting quite a lot
2014-10-20 11:09:50 +02:00
Tor Hveem
3964fcc674
Fix bug with background color bleeding through
2014-10-18 14:42:45 -04:00
Tor Hveem
f86b1081c7
fix gap between input and content
2014-10-18 14:42:45 -04:00
Tor Hveem
c5d725e2c6
style option control in light theme
2014-10-18 14:42:45 -04:00
Ailin Nemui
1e2c26812f
light theme: improve colours
...
* make the background lighter
* set highlight colour to something readable
* improve readability of default grey colours
* make default text color readable
* fix some base colours
2014-10-18 14:42:45 -04:00
David Cormier
bda4e1af3e
light-theme: darken most colors by 50% and add it to theme manager
2014-10-18 14:42:45 -04:00
Ailin Nemui
5960f9ba81
Add light theme
2014-10-18 14:42:45 -04:00
David Cormier
7fa1b7cc9d
Create dark theme by extracting theme settings from glowingbear.css
...
* Remove style.css as those values should be themable as well.
* Update urls in index.html to link to dark theme by default
2014-10-18 14:42:41 -04:00
Lorenz Hübschle-Schneider
4fd5ceadb2
Don't automatically show NSFW content
...
Fixes #472
2014-10-16 15:50:36 +02:00
Tor Hveem
f882124c9e
Merge pull request #453 from ailin-nemui/nicklist-width
...
[themes] make nicklist width fixed on mobile UI so text doesn't get cut off
2014-09-17 14:18:56 +02:00
Ailin Nemui
7fba43c2f9
[themes] make nicklist width fixed on mobile UI so text doesn't get cut off
2014-09-17 14:13:45 +02:00
Lorenz Hübschle-Schneider
2475ad2c61
Bufferlist design attempt
2014-09-17 13:24:27 +02:00
Lorenz Hübschle-Schneider
611abdf51a
Use "off" glyphicon instead of "remove"
...
Needs a few fixes to not look disproportionately large next to the cog.
Also remove that sodden trailing space.
2014-08-24 17:14:35 +01:00
Tor Hveem
7baffb15e0
Fix word breaking
...
Use break-all to force breaking in all browsers.
2014-08-14 15:35:40 +02:00
Lorenz Hübschle-Schneider
6d988069c7
Add asynchronous GitHub Gist embedding plugin
...
requires a few selectors to be more precise in our CSS
2014-08-09 14:18:13 +01:00
Lorenz Hübschle-Schneider
6f5047fb68
Add indicators to the accordion so people will notice it's actually there
2014-08-07 18:41:18 +01:00
Nick Singer
d03b5b8a07
modified stylesheet and index.html for a better looking connection form
2014-07-31 22:14:22 +02:00
Lorenz Hübschle-Schneider
cd4b5c8abe
Display HTML colour codes inline
2014-07-31 14:20:42 +01:00
David Cormier
01a1d79a54
Remove font definition from css file
...
The font for the .favorite-font class is now set programmatically
2014-07-25 09:43:07 -04:00
David Cormier
7c5a396171
Rename 'monospace' class to 'favorite-font'
2014-07-24 21:36:56 -04:00
Lorenz Hübschle-Schneider
7a374740af
Fix rendering of settings dialog on mobile
2014-07-23 19:22:23 +01:00
Lorenz Hübschle-Schneider
bc958a3f7b
Fix modal so that it reliably works on all plattforms
2014-07-20 11:40:23 +01:00