mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-23 04:41:14 +00:00
Add some fallback properties for display in older browsers (#535)
* Update main.css * Add some fallback for better rendering in older browsers * Add some fallback for rendering in older browsers * Add some fallback properties for older browsers * Try to fix build for legacy browser improvements * Update main.css
This commit is contained in:
parent
b96e16b4e9
commit
f7e65d1dc0
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
|||
}
|
||||
|
||||
.icon {
|
||||
display: inline-grid;
|
||||
display: inline-flex;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
|
@ -133,6 +134,7 @@
|
|||
}
|
||||
|
||||
.spinner-large {
|
||||
display: grid;
|
||||
display: block;
|
||||
margin: 1em auto;
|
||||
width: 2em;
|
||||
|
|
Loading…
Reference in a new issue