mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
style universe picker header placeholder
This commit is contained in:
parent
4c5fd6b019
commit
00bfa63c2c
@ -1,16 +1,18 @@
|
||||
<div class="shadow-lg bg-notebook-blue text-white w-full flex justify-between sticky top-0 z-50 py-1 px-1">
|
||||
|
||||
<%= link_to root_path, class: 'hover:text-blue-100' do %>
|
||||
<%# image_tag 'logos/book-small.webp', class: 'h-8 px-1 float-left mr-3 bg-white rounded-full' %>
|
||||
<i class="material-icons pt-2 ml-4">dashboard</i>
|
||||
|
||||
<span class="pl-1 text-3xl font-bold">
|
||||
Notebook.ai
|
||||
</span>
|
||||
<% end %>
|
||||
|
||||
<div>
|
||||
All universes
|
||||
<%= link_to root_path, class: 'hover:text-blue-100 mr-3' do %>
|
||||
<%# image_tag 'logos/book-small.webp', class: 'h-8 px-1 float-left mr-3 bg-white rounded-full' %>
|
||||
<i class="material-icons pt-2 ml-4">dashboard</i>
|
||||
|
||||
<span class="pl-1 text-3xl font-bold">
|
||||
Notebook.ai
|
||||
</span>
|
||||
<% end %>
|
||||
|
||||
<%= link_to '#', class: "relative -top-1 px-3 py-1 text-xl #{Universe.text_color} bg-purple-100 hover:bg-purple-200 rounded-lg" do %>
|
||||
This Great Universe
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user