29660c0de1
Use the radix progress bar to keep consistent
2022-11-22 12:00:26 +08:00
472e11e9db
Add three new fonts, display fonts in the font selector
2022-11-02 18:04:55 +08:00
88a5086276
Fixup some styling for embedded tweets
...
- Improves username links, embedded links, and photos
2022-11-02 12:36:27 +08:00
c999aec024
Improve styling for static tweets to handle dark modes
2022-11-01 22:45:05 +08:00
0203a49271
Add CSS to handle static tweets to frontend
2022-10-31 21:31:58 +08:00
791c9a9113
Always treat highlightBackground as an array not a color now. This lets us apply alpha differently to backgrounds and underlines
2022-10-07 14:13:49 +08:00
816db165c7
Merge branch 'main' of github.com:omnivore-app/omnivore into feat/1078
2022-09-27 08:09:25 -05:00
efcfc1afdb
Compact list view completion
2022-09-26 13:57:18 -05:00
6df73f6d5d
Merge branch 'main' of github.com:omnivore-app/omnivore into feat/1078
2022-09-26 07:25:37 -05:00
4700ea67b1
Dont set max-width on code blocks
2022-09-24 15:52:51 +08:00
72126ab5d5
Adjust the width of each column to give more space to the right-most column
2022-09-21 13:41:34 +08:00
f0dbc82a36
Merge branch 'main' of github.com:omnivore-app/omnivore into feat/1078
2022-09-16 17:27:03 -06:00
eb98154b70
Merge branch 'main' of github.com:omnivore-app/omnivore into feat/1078
2022-09-15 09:04:23 -06:00
fa5370c3e2
Add custom style for morning-brew newsletter market info table
2022-09-15 16:21:38 +08:00
66ea008f05
WIP: fetch speech files, show some follow along
2022-09-13 15:22:09 +08:00
0e91aeb2c7
adding the basic css to display the list
2022-09-06 15:34:22 -06:00
057ad67f76
Merge pull request #1117 from omnivore-app/fix/1116
...
Added space in menu items so it doesn't look so tight
2022-08-23 11:02:10 +08:00
2b35ae6f08
Merge pull request #1105 from omnivore-app/fix/library-masonry-layout
...
Use a masonry layout for the library layout
2022-08-23 10:54:17 +08:00
c522097a1d
Added space in menu items so it doesn't look so tight
2022-08-22 13:54:12 -05:00
b2f511b160
Merge pull request #1101 from omnivore-app/fix/1096
...
Fix/1096 - Added line seprator above labels and subscriptions
2022-08-22 13:00:43 -05:00
f87a0f4c0e
Merge pull request #1109 from omnivore-app/fix/1080
...
Fix/1080 - Adding background on the hover of a menu item
2022-08-22 12:58:57 -05:00
c039cc8cad
Adding background on the hover of a menu item
2022-08-19 14:56:40 -05:00
3ad131b41b
updated css to handle border length
2022-08-19 14:16:33 -05:00
1aa0780e29
Use a masonry layout for the library layout
2022-08-19 14:53:01 +08:00
0f92770851
Make caret in sidebar menu match designs
2022-08-19 13:50:53 +08:00
c2ccc81e68
Fix/1096 - Added line seprator above labels and subscriptions
2022-08-18 17:13:33 -05:00
e41b3cf2bd
fixed CSS issues
2022-08-16 09:19:42 -05:00
616a652aed
resolving conflicts
2022-08-16 09:03:48 -05:00
42ee36d8d9
Adding background color to active item and cleaning up
2022-08-15 18:46:29 -05:00
f33e3d686e
remove animation and cleaning up menu.css file
2022-08-15 17:46:02 -05:00
150291fe0b
Removing animation and hover effect
2022-08-15 16:57:05 -05:00
e4a66f8f9e
Use a single dictionary for labels and subscriptions
2022-08-12 11:48:03 +08:00
8fa287c540
Use library background color
2022-08-11 17:33:14 +08:00
98a5feeb73
Cleaning up CSS and theming
2022-08-10 19:41:33 +02:00
42eba03de7
adding text color variable so that it works for both themes for menu
2022-08-10 18:59:01 +02:00
fac0e78c3d
moved search bar and library to the top of menu, updated some more overriding styles
2022-08-08 16:16:19 +02:00
c2ce6a478b
Set select color and background colors so OS themes dont override them
2022-06-27 23:07:55 -07:00
99ec93449b
Use a Radix dialog instead of dropdown, add OpenDyslexic font, prefetch fonts
...
The main change here is using Dialog instead of dropdown. The
dialog uses a fixed position, so when the underlying document
dimensions change based on a font change, the dialog will still
be positioned properly.
2022-06-21 15:38:05 -07:00
b59dc45a39
Add new fonts for the reader on iOS
2022-06-13 16:06:49 -07:00
ab6a225ccf
Embed the reader fonts into iOS and the appreader CSS
2022-06-13 15:01:35 -07:00
86d6d03fe0
Remove default button padding, on Safari this caused extra padding on dropdown triggers
2022-04-13 10:25:01 -07:00
78129a4a85
WIP: article actoins and reader settings
2022-04-12 12:23:08 -07:00
ee160a88bc
Remove unused fonts from CSS
2022-03-17 20:37:17 -07:00
0a38621a3a
Set root color scheme CSS for iOS to determine system colour
2022-03-06 09:16:14 -08:00
304f6352dc
Remove inline-block styling on code blocks
...
This will let code blocks go full width without inline code
statements creating a new line break.
2022-03-01 15:53:44 -08:00
ae22c0b026
Use inline-block for code so it scrolls on smaller devices
2022-02-26 16:17:27 -08:00
de9b4bec7b
Add a border radius to code blocks
2022-02-26 14:04:23 -08:00
07066a0619
Remove block formatting on code
...
This fixes line breaks being added on inline code elements for
example lines like:
call the <code>sprintf</code> function
2022-02-26 13:27:05 -08:00
f2e15e0754
Improve the styling of URLs in highlighted text
2022-02-23 13:22:30 -08:00
84f32935f5
Open source omnivore
2022-02-11 09:24:33 -08:00