aboutsummaryrefslogtreecommitdiff
path: root/style.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjust fonts so it looks non-horrible on iOS devicesRunxi Yu2024-08-151-2/+2
|
* components/buffer-list: fix text color when active and unreadSimon Ser2024-07-081-8/+8
| | | | | Previously this couldn't happen, but now we don't mark the active buffer as read when the window doesn't have focus.
* Prevent zalgo in IRC messagesMartijn Braam2024-03-121-0/+1
| | | | | the overflow: auto; rule is enough to prevent zalgo from drawing over other IRC messages containing it to a single line.
* Add buffer switcherSimon Ser2023-06-081-3/+33
|
* components/buffer-list: show buffers with errors in redSimon Ser2022-09-051-0/+3
|
* Use monospace on <input> tooArik2022-07-011-0/+2
| | | | | It looks like having "font-family: monospace" on <body> doesn't set it for <input> too.
* Add button to enable protocol handler in settingsSimon Ser2022-06-271-0/+8
|
* components/buffer-header: fix dead space above descriptionSimon Ser2022-02-041-1/+1
|
* Better handle long topics on small screen sizesIsaac Freund2022-01-071-0/+3
| | | | | | | | | | | | | | Currently long topics will cause the buffer header to take up an arbitrarily large percentage of the screen on mobile. Additionaly, long words like URLS are not broken and may cause the buffer header to extend outside of the viewport in the x direction, rendering the buffer content unreadable. This patch fixes these two issues by limiting the buffer header size to 20% of the viewport and breaking long words such as URLs if they would overflow. Fixes: https://todo.sr.ht/~emersion/gamja/129
* Improve noscript UI appearanceDrew DeVault2021-11-291-0/+7
|
* Dim away users in member listSimon Ser2021-11-281-0/+3
| | | | References: https://todo.sr.ht/~emersion/gamja/13
* Hide buffer focus outlineSimon Ser2021-08-181-0/+4
|
* Preserve white space sequences in log linesSimon Ser2021-06-241-0/+3
| | | | This allows e.g. the MOTD to have properly-formatted ASCII art.
* Turn dialog close button into a <button>Simon Ser2021-06-221-5/+13
| | | | This is semantically more correct.
* Use semantically more correct elements for error bubbleSimon Ser2021-06-221-3/+6
|
* Use cursor pointer for buttonsSimon Ser2021-06-111-0/+2
| | | | | | | | I'm usually not a fan of changing the default browser styles for things like the cursor image, but here it actually improves accessibility: it's clearer for the user what can be clicked on. Closes: https://todo.sr.ht/~emersion/gamja/81
* Improve buffer header layout on mobileSimon Ser2021-06-061-5/+17
| | | | Put buffer title above buffer description.
* Disallow selecting text in <summary role="button">Simon Ser2021-06-061-2/+2
| | | | This supersedes the cursor rule.
* Make <summary> easier to click on Firefox MobileSimon Ser2021-06-061-1/+0
| | | | | | Add role=button to mark the element as a touch target. Closes: https://todo.sr.ht/~emersion/gamja/80
* Make @media queries whitespace consistentSimon Ser2021-06-061-2/+2
|
* Increase buffer/member list item height on mobileSimon Ser2021-06-061-0/+6
| | | | Closes: https://todo.sr.ht/~emersion/gamja/62
* Set scrollbar styleSimon Ser2021-05-311-2/+12
|
* Make buffer title boldSimon Ser2021-05-311-0/+1
|
* Display prefixes in member listDrew DeVault2021-05-311-0/+16
| | | | Closes: https://todo.sr.ht/~emersion/gamja/43
* Ensure connect form has paddingSimon Ser2021-05-311-1/+3
| | | | Even on small screens.
* Mute date separator line color in dark themeSimon Ser2021-05-281-1/+1
|
* Pretty-print MOTDSimon Ser2021-05-281-1/+1
|
* Misc theme improvementsSimon Ser2021-05-281-8/+4
| | | | | - Mute unimportant messages on dark theme - Adjust button background on light theme
* style: minor adjustment to buttonsDrew DeVault2021-05-271-3/+5
| | | | This makes the borders appear more uniform within the buffer header.
* Restyle action buttonsDrew DeVault2021-05-271-5/+74
|
* Implement togglable sidebars for narrow viewportsDrew DeVault2021-05-271-10/+100
| | | | | Closed: https://l.sr.ht/96AD.jpg Open: https://l.sr.ht/gr_9.jpg
* Improve contrast of nick colors on dark themeDrew DeVault2021-05-271-1/+20
|
* Style dialogs for dark themeSimon Ser2021-05-271-1/+10
| | | | Closes: https://todo.sr.ht/~emersion/gamja/32
* Indent channels and nicks in buffer listSimon Ser2021-05-251-0/+3
|
* style.css: Substitute repeated colours with variablesThorben Günther2021-05-011-62/+48
| | | | | Whenever possible (light and dark scheme use same variable name), the element was removed from the dark block.
* Add CSS for email fieldsSimon Ser2021-04-271-3/+6
|
* Improve dark theme style for text inputsSimon Ser2021-04-271-0/+9
|
* style.css: Add dark modeThorben Günther2021-04-231-0/+120
|
* Move dialog submit buttons to the rightSimon Ser2021-03-091-0/+6
|
* Fix overflowed dialogsSimon Ser2021-03-081-2/+2
|
* Add help dialog with keybindings referenceSimon Ser2021-03-081-0/+15
|
* Add dialog for join formSimon Ser2021-03-081-4/+31
|
* Make date separators more readableSimon Ser2021-03-021-1/+1
|
* Move join button to buffer headerSimon Ser2021-03-021-8/+0
|
* Add unread message separatorSimon Ser2020-09-031-3/+17
| | | | Closes: https://todo.sr.ht/~emersion/gamja/4
* Add date separators to bufferSimon Ser2020-08-131-0/+11
| | | | Closes: https://todo.sr.ht/~emersion/gamja/5
* Display messages with a highlight differentlySimon Ser2020-08-131-0/+4
|
* Add error reporting on connect and main pagebbworld12020-08-081-0/+19
|
* Show offline user statusSimon Ser2020-07-131-0/+3
| | | | When the WHO reply is empty, it means user isn't connected to IRC.
* Hide horizontal scrollbars on FirefoxSimon Ser2020-07-131-1/+2
| | | | Firefox shows horizontal scrollbars when the member list overflows.