Giter VIP home page Giter VIP logo

Comments (7)

bobbingwide avatar bobbingwide commented on September 24, 2024

drop down menu styling for Sulphurous Brewmasters and Some Background

This should be fixed in v0.3.0
IMG_3962

from sb.

bobbingwide avatar bobbingwide commented on September 24, 2024

Site Building menu minimises to hamburger

The navigation block needs to have the overlayMenu attribute set to never.

<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"}} -->

from sb.

bobbingwide avatar bobbingwide commented on September 24, 2024

No margins

Can be resolved with some CSS for narrow devices

@media screen and  (max-width: 782px ) {
    .wp-site-blocks {
        margin: 0px 2%;
    }
}

from sb.

bobbingwide avatar bobbingwide commented on September 24, 2024

metadates wrapping
image

It looks better when arranged as a stack consisting of rows.
image

from sb.

bobbingwide avatar bobbingwide commented on September 24, 2024

font for tables could be smaller and/or horizontal scrolling supported

On the Table of attachments by date page the [bw_table] shortcode is wrapped in a Group.
Horizontal scrolling can be supported using inline CSS against this group.

 .wp-block-group {
overflow-x: auto;
overflow-y: hidden;
margin: 1em 0px;
}

Additional CSS styles the table.

table.bw_table { min-width: 800px; font-size: 14px; }
table th { text-align: left; }
  • The table's minimum width is set to to the minimum width of the main content.
  • The font size is reduced to 14px
  • The table headings are left aligned.

For some other notes see https://herbmiller.me/horizontally-scrolling-tables-on-narrow-devices/

from sb.

bobbingwide avatar bobbingwide commented on September 24, 2024

from sb.

bobbingwide avatar bobbingwide commented on September 24, 2024

These 5 blips have been fixed in v0.3.1

from sb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.